hadoop-cluster-docker
hadoop-cluster-docker copied to clipboard
master and docker
2 things:
If I want to only go up the slaves by the docker and my local machine be the master, is it possible ? 2. If possible then how?
Probably yes
- You can put all your docker slaves in the same network with host
- See Docker Network
- Configure your
Hadoop Cluster
properly, likeURL
- Configure your
master
andslaves
properly, especiallyssh
andhost name
for DNS - Even though I didn't try to do what you want to do, I think it could be done theoretically.
Thanks 👍