added indent for sleep

This commit is contained in:
Gurvinder Singh 2015-07-25 21:05:45 +02:00
parent bf30d2b16b
commit 0bb45eb05f
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ echo "SPARK_LOCAL_HOSTNAME=$(hostname -i)" >> /opt/spark/conf/spark-env.sh
echo "MASTER=spark://spark-master:$SPARK_MASTER_SERVICE_PORT" >> /opt/spark/conf/spark-env.sh
while true; do
sleep 100
sleep 100
done