Added support for running hadoop in single node mode. Changed README accordingly
This commit is contained in:
@@ -26,3 +26,5 @@ RUN mv hadoop-$HADOOP_VERSION $HADOOP_PREFIX
|
||||
# add configuration files
|
||||
ADD core-site.xml $HADOOP_CONF_DIR/core-site.xml
|
||||
ADD hdfs-site.xml $HADOOP_CONF_DIR/hdfs-site.xml
|
||||
|
||||
CMD hdfs namenode -format -nonInteractive & hdfs namenode && hdfs datanode
|
||||
|
||||
Reference in New Issue
Block a user