added indent for sleep
This commit is contained in:
parent
bf30d2b16b
commit
0bb45eb05f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue