From a674d67c0aebb940e3b816e2307206115baec175 Mon Sep 17 00:00:00 2001
From: Stephen Haberman <stephen@exigencecorp.com>
Date: Tue, 28 May 2013 16:24:05 -0500
Subject: [PATCH] Fix start-slave not passing instance number to spark-daemon.

---
 bin/start-slave.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/start-slave.sh b/bin/start-slave.sh
index 26b5b9d462..dfcbc6981b 100755
--- a/bin/start-slave.sh
+++ b/bin/start-slave.sh
@@ -12,4 +12,4 @@ if [ "$SPARK_PUBLIC_DNS" = "" ]; then
     fi
 fi
 
-"$bin"/spark-daemon.sh start spark.deploy.worker.Worker "$@"
+"$bin"/spark-daemon.sh start spark.deploy.worker.Worker 1 "$@"
-- 
GitLab