added indent for sleep

This commit is contained in:
Gurvinder Singh 2015-07-25 21:05:45 +02:00
parent a585357d21
commit 68f0db84cb

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