hadoop-cluster-docker icon indicating copy to clipboard operation
hadoop-cluster-docker copied to clipboard

master and docker

Open ameet20 opened this issue 5 years ago • 2 comments

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?

ameet20 avatar Mar 31 '19 14:03 ameet20

Probably yes

  • You can put all your docker slaves in the same network with host
  • See Docker Network
  • Configure your Hadoop Cluster properly, like URL
  • Configure your master and slaves properly, especially ssh and host name for DNS
  • Even though I didn't try to do what you want to do, I think it could be done theoretically.

ouyangjunfei avatar Apr 05 '19 18:04 ouyangjunfei

Thanks 👍

ameet20 avatar Apr 10 '19 04:04 ameet20