Hi I am trying to setup a multinode Hadoop cluster and I would like to know, how to install hadoop in all the slaves machine from the master machine itself.
Ideally, all the slave machines should have same configuration, is there a way to provide instructions to all the slaves simultaneously?
for example, if I say "sudo apt-get install git" from my master machine, it should install git on all the slave machines. appreciate your help on this