Re: Multinode cluster only recognizes 1 node

2012-08-01 Thread Raj Vishwanathan
: syed kather [mailto:in.ab...@gmail.com] >Sent: Thursday, July 26, 2012 6:06 PM >To: common-user@hadoop.apache.org >Subject: Re: Multinode cluster only recognizes 1 node > >Can you paste the information when you execute . start-all.sh in kernal.. >when you do ssh on slave .. wheth

RE: Multinode cluster only recognizes 1 node

2012-07-31 Thread Barry, Sean F
tasktracker, logging to /usr/local/hadoop/bin/../logs/hadoop-hduser-tasktracker-master.out -Original Message- From: syed kather [mailto:in.ab...@gmail.com] Sent: Thursday, July 26, 2012 6:06 PM To: common-user@hadoop.apache.org Subject: Re: Multinode cluster only recognizes 1 node Can

Re: Multinode cluster only recognizes 1 node

2012-07-27 Thread Harsh J
Sean, Most of the times I've found this to be related to two issues: 1. NN and JT have been bound to to localhost or a 127.0.0.1-resolving hostname, leading to the other nodes never being able to connect to its ports, as it never listens over the true network interface. 2. Failure in turning off,

答复: Multinode cluster only recognizes 1 node

2012-07-26 Thread 梁李印
You'd better check the dead node's log. By default, the logs are in ${HADOOP_HOME}/logs directory. Liyin -邮件原件- 发件人: Barry, Sean F [mailto:sean.f.ba...@intel.com] 发送时间: 2012年7月27日 7:20 收件人: common-user@hadoop.apache.org 主题: Multinode cluster only recognizes 1 node Hi, I just

Re: Multinode cluster only recognizes 1 node

2012-07-26 Thread syed kather
Can you paste the information when you execute . start-all.sh in kernal.. when you do ssh on slave .. whether it is working fine... On Jul 27, 2012 4:50 AM, "Barry, Sean F" wrote: > Hi, > > I just set up a 2 node POC cluster and I am currently having an issue with > it. I ran a wordcount MR test

Multinode cluster only recognizes 1 node

2012-07-26 Thread Barry, Sean F
Hi, I just set up a 2 node POC cluster and I am currently having an issue with it. I ran a wordcount MR test on my cluster to see if it was working and noticed that the Web ui at localhost:50030 showed that I only have 1 live node. I followed the tutorial step by step and I cannot seem to figur