hadoop-cluster-docker
hadoop-cluster-docker copied to clipboard
Accessing HDFS outside docker
Hi,
I have your setup up & running. run-wordcount.sh
ran smoothly without any issues. However the problem that I have is that the NameNode and DataNodes are "hidden" behind their network. Ports 50070 & 8088 are open, but is it enough to access this HDFS from my local machine (outside the docker network that was created)? Probably not.
In other words, I'm looking for ability to
- instantiate Hadoop with HDFS on Docker
- access HDFS from my machine (outside of docker)
Any hints?
You can install hadoop-client on you machine(outside of docker)。