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.
2 parents 6d2597d + 756b70c commit bfae4bdCopy full SHA for bfae4bd
2.6.0/Dockerfile
@@ -37,7 +37,7 @@ RUN apt-get update && \
37
COPY conf $HADOOP_HOME/etc/hadoop/
38
39
# Formatting HDFS
40
-RUN mkdir /data && \
+RUN mkdir -p /data/dfs/data /data/dfs/name /data/dfs/namesecondary && \
41
hdfs namenode -format
42
VOLUME /data
43
0 commit comments