You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All,I am facing issues while executing the docker-compose up -d
Getting below error
: No such file or directorypark.sh: line 1: /opt/spark/bin/load-spark-env.sh
spark-worker-b_1 | /start-spark.sh: line 2: $'\r': command not found
spark-worker-b_1 | /start-spark.sh: line 10: syntax error near unexpected token `elif'
'park-worker-b_1 | /start-spark.sh: line 10: `elif [ "$SPARK_WORKLOAD" == "worker" ];
: No such file or directoryrk.sh: line 1: /opt/spark/bin/load-spark-env.sh
spark-master_1 | /start-spark.sh: line 2: $'\r': command not found
spark-master_1 | /start-spark.sh: line 10: syntax error near unexpected token `elif'
'park-master_1 | /start-spark.sh: line 10: `elif [ "$SPARK_WORKLOAD" == "worker" ];
: No such file or directorypark.sh: line 1: /opt/spark/bin/load-spark-env.sh
spark-worker-a_1 | /start-spark.sh: line 2: $'\r': command not found
spark-worker-a_1 | /start-spark.sh: line 10: syntax error near unexpected token `elif'
'park-worker-a_1 | /start-spark.sh: line 10: `elif [ "$SPARK_WORKLOAD" == "worker" ];
The text was updated successfully, but these errors were encountered:
This is because the repo was cloned with Windows line endings. Try cloning again like this: git clone --config core.autocrlf=false https://github.com/mvillarrealb/docker-spark-cluster.git
Hi All,I am facing issues while executing the
docker-compose up -d
Getting below error
The text was updated successfully, but these errors were encountered: