Re: slave nodes could not connect to Master .

2011-10-26 Thread Merto Mertek
Ok, problem seems to be solved. In the core-site.xml file on the namenode I left value for fs.name.default pointing to localhost. After changing it to hadoomaster, and restarting it I could see other nodes too.. On 26 October 2011 04:02, Merto Mertek wrote: > Same problem here.. Sachinites have

Re: slave nodes could not connect to Master .

2011-10-25 Thread Merto Mertek
Same problem here.. Sachinites have you found a solution? I have three nodes where situation is the same as described above.. Pinging and ssh-ing to the master node works ok, however logs are full of the following info: "INFO org.apache.hadoop.ipc.Client: Retrying connect to server: hadoopmaster/1

Re: slave nodes could not connect to Master .

2011-08-11 Thread V@ni
Hi, This can be SSH configuration error. Reinstall SSH and try connecting to the master node. Hope it works May be dis link might be useful http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-multi-node-cluster/ http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-li

Re: slave nodes could not connect to Master .

2011-08-08 Thread Harsh J
Perhaps the port 9001 (via mapred.job.tracker) for JobTracker is firewalled away on the master machine. Or is down. On Tue, Aug 9, 2011 at 7:46 AM, sachinites wrote: > > Sir , I tried everywhere on all forums , but could not resoleve this > problem . please help me out . > > I followed your tutor