Re: Implementing CLient-Server architecture using MapReduce

2009-06-09 Thread Matei Zaharia
Hi Akhil, Are you looking for an easy way to launch a command on all nodes? Hadoop comes with a script called bin/slaves.sh which runs a command on each slave. For example, if you run bin/slaves.sh hostname, you will see the hostname of each slave printed. To launch a server process, you should cr

Re: Implementing CLient-Server architecture using MapReduce

2009-06-08 Thread akhil1988
Can anyone help me on this issue. I have an account on the cluster and I cannot go and start server on each server process on each tasktracker. Akhil akhil1988 wrote: > > Hi All, > > I am porting a machine learning application on Hadoop using MapReduce. The > architecture of the application g