We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f0c04 commit 70d4551Copy full SHA for 70d4551
spark-cluster/master/Dockerfile
@@ -3,4 +3,6 @@ FROM spark-base:latest
3
COPY ubuntu/etc/supervisor/conf.d/spark.conf /etc/supervisor/conf.d/spark.conf
4
COPY ubuntu/usr/local/bin/start-all.sh /usr/local/bin/start-all.sh
5
COPY ubuntu/usr/local/hadoop/etc/hadoop/* /usr/local/hadoop/etc/hadoop/
6
-COPY ubuntu/usr/local/spark/conf/* /usr/local/spark/conf/
+COPY ubuntu/usr/local/spark/conf/* /usr/local/spark/conf/
7
+
8
+RUN $HADOOP_HOME/bin/hdfs namenode -format oneoffcoder
0 commit comments