I setup the cluster configuration in "masters", "slaves", "core-site.xml", 
"hdfs-site.xml", "mapred-site.xml" and copy to all the machines.

And I login to one of the machines and use the following to start the cluster.
for service in /etc/init.d/hadoop-0.20-*; do sudo $service start; done

I expect this command will SSH to all the other machines (based on the "master" 
and "slaves" files) to start the corresponding daemons, but obviously it is not 
doing that in my setup.

Am I missing something in my setup ?

Also, where do I specify where the Secondary Name Node is run.

Rgds,
Ricky



      

Reply via email to