fixed directory name and minor in README
This commit is contained in:
@@ -25,5 +25,5 @@ Hadoop namenode listens on
|
|||||||
|
|
||||||
hdfs://namenode:8020
|
hdfs://namenode:8020
|
||||||
|
|
||||||
To use access the namenode from another container link it using "--link namenode:namenode" and then use the afformentioned URL.
|
To access the namenode from another container link it using "--link namenode:namenode" and then use the afformentioned URL.
|
||||||
More info on how to access it using docker network coming soon.
|
More info on how to access it using docker network coming soon.
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
FROM bde2020/hadoop-base
|
||||||
|
|
||||||
|
MAINTAINER Yiannis Mouchakis <gmouchakis@iit.demokritos.gr>
|
||||||
|
|
||||||
|
CMD hdfs namenode -format -nonInteractive & hdfs namenode
|
||||||
Reference in New Issue
Block a user