Skip to content

Commit

Permalink
cleanup and separate Kubernetes stuff to https://github.com/jayunit10…
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 21, 2015
1 parent 51edd26 commit 8b79927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/spark/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ else
# One arg expected when launching kubernetes (master or slave)
if [ $1 = "slave" ]; then
echo "START SLAVE pointing to ${SPARK_MASTER_SERVICE_HOST} "
# SPARK_MASTER_SERVICE_HOST is 1.2.3.4:7077
/opt/spark-1.2.0-bin-hadoop2.4/sbin/start-slave.sh -h spark://${SPARK_MASTER_SERVICE_HOST}:7077
# master
else
Expand Down

0 comments on commit 8b79927

Please sign in to comment.