fixed directory name and minor in README
This commit is contained in:
parent
b97e590f6f
commit
eece5a820f
@ -25,5 +25,5 @@ Hadoop namenode listens on
|
||||
|
||||
hdfs://namenode:8020
|
||||
|
||||
To use 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.
|
||||
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.
|
||||
|
5
hadoop-namenode/Dockerfile
Normal file
5
hadoop-namenode/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM bde2020/hadoop-base
|
||||
|
||||
MAINTAINER Yiannis Mouchakis <gmouchakis@iit.demokritos.gr>
|
||||
|
||||
CMD hdfs namenode -format -nonInteractive & hdfs namenode
|
Loading…
x
Reference in New Issue
Block a user