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

docker-compose command cannot scale the datanode

Open taoluo opened this issue 5 years ago • 1 comments

Hi, I want to scale the hadoop datanode to 3, I run the command docker-compose up --scale datanode=3. But the resulting cluster still has only one datanode. Could you please give me some suggestions on how to run the cluster with multiple datanodes?

Thanks,

taoluo avatar Dec 06 '19 04:12 taoluo

You need to configure it in a different way. Please see PR #59.

dotcs avatar Jan 27 '20 20:01 dotcs