We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694be0a commit 6b99b31Copy full SHA for 6b99b31
Dockerfile
@@ -61,6 +61,8 @@ RUN mv /tmp/ssh_config ~/.ssh/config && \
61
# create spark-events directory
62
RUN mkdir /tmp/spark-events && \
63
chmod 777 /tmp/spark-events
64
+
65
+RUN chmod u+r+x ~/start-cluster.sh
66
67
# remove CRLF
68
RUN sed -i 's/\r$//g' $HADOOP_HOME/etc/hadoop/slaves
0 commit comments