Re: org.apache.hadoop.ipc.client : trying connect to server failed

2009-06-16 Thread Richa Khandelwal
Hi, I faced the same problem. Try deleting the hadoop pids from the logs directory. That worked for me. Thanks, Richa On Mon, Jun 15, 2009 at 10:28 PM, ashish pareek pareek...@gmail.com wrote: HI , I am trying to step up a hadoop cluster on 3GB machine and using hadoop 0.18.3 and have

Re: org.apache.hadoop.ipc.client : trying connect to server failed

2009-06-15 Thread Sugandha Naolekar
Hi Ashish! Try for the following things:: - Check the config file(hadoop-site.xml) of namenode. - Make sure, the tag(dfs.datanode.addres)'s value you have given correctly it's IP,and the name of that machine. - Also, check for the name added in /etc/hosts file. - Check for the ssh keys of

Re: org.apache.hadoop.ipc.client : trying connect to server failed

2009-05-29 Thread Steve Loughran
ashish pareek wrote: Yes I am able to ping and ssh between two virtual machine and even i have set ip address of both the virtual machines in their respective /etc/hosts file ... thanx for reply .. if you suggest some other thing which i could have missed or any

org.apache.hadoop.ipc.client : trying connect to server failed

2009-05-28 Thread ashish pareek
HI , I am trying to step up a hadoop cluster on 512 MB machine and using hadoop 0.18 and have followed procedure given in apache hadoop site for hadoop cluster. I included in conf/slaves two datanode i.e including the namenode vitrual machine and other machine virtual machine .

Re: org.apache.hadoop.ipc.client : trying connect to server failed

2009-05-28 Thread ashish pareek
Hi some help me out On Thu, May 28, 2009 at 10:32 PM, ashish pareek pareek...@gmail.com wrote: HI , I am trying to step up a hadoop cluster on 512 MB machine and using hadoop 0.18 and have followed procedure given in apache hadoop site for hadoop cluster. I included

Re: org.apache.hadoop.ipc.client : trying connect to server failed

2009-05-28 Thread Pankil Doshi
make sure u can ping that data node and ssh it. On Thu, May 28, 2009 at 12:02 PM, ashish pareek pareek...@gmail.com wrote: HI , I am trying to step up a hadoop cluster on 512 MB machine and using hadoop 0.18 and have followed procedure given in apache hadoop site for hadoop cluster.

Re: org.apache.hadoop.ipc.client : trying connect to server failed

2009-05-28 Thread ashish pareek
Yes I am able to ping and ssh between two virtual machine and even i have set ip address of both the virtual machines in their respective /etc/hosts file ... thanx for reply .. if you suggest some other thing which i could have missed or any remedy Regards,