Re: 0.90.1 HMaster malfunction in pseudo-distributed mode

2011-06-01 Thread Hari Sreekumar
sry.. it is Changed 127.0.0.1 localhost localhost.localdomain 127.0.1.1 hsreekumar-lt. Clickablecorp.com hsreekumar-lt to 127.0.0.1 localhost localhost.localdomain hsreekumar-lt.Clickablecor

Re: 0.90.1 HMaster malfunction in pseudo-distributed mode

2011-06-01 Thread Hari Sreekumar
Hey, I had the same problem.. it seems it's because of the 127.0.1.1 entry in /etc/hosts (which is default in ubuntu I think, but I haven't seen it in CentOS systems). Changed 127.0.0.1 localhost localhost.localdomain 127.0.1.1 hsreekumar-lt.corp1.com hsreekumar-lt to 127.0.0.1 localhost localho

Re: 0.90.1 HMaster malfunction in pseudo-distributed mode

2011-06-01 Thread Stack
On Tue, May 31, 2011 at 11:45 PM, Sean Bigdatafun wrote: > Sure. Thanks, St.Ack. Here are the attached HBase logs, plus the screenshot > of the region server. The /etc/hosts should be Ok I think because my Hadoop > (pseudo distributed )cluster runs well and healthy. FYI, what works for hadoop may

Re: 0.90.1 HMaster malfunction in pseudo-distributed mode

2011-05-30 Thread Stack
Odd. I dont' see the regionserver checking into the master (maybe thats the way it is in pseudo-distributed and I just forgot). Can you paste more master log? I don't see the regionserver coming in in the snippet you've pasted so not sure how its registering itself (I see the timeout when we tr

Re: 0.90.1 HMaster malfunction in pseudo-distributed mode

2011-05-29 Thread Sean Bigdatafun
No, I do not see any suspicious log entry in regionserver log. Here is it (note that all of my server processes are on the same machine because I am running it with pseudo distributed mode). Any other hint? Thanks. regionserver.log ==> 2011-05-28 22:55:38,982 INFO org.apache.hadoop.hbase.metric

Re: 0.90.1 HMaster malfunction in pseudo-distributed mode

2011-05-29 Thread Ferdy Galema
2011-05-28 23:23:35,292 INFO org.apache.hadoop.ipc.HbaseRPC: Server at / 127.0.0.1:60020 could not be reached after 1 tries, giving up. This means the regionserver could not be reached. Check the regionserver logs to see why. Perhaps it failed to start? Is the HDFS fully functional? Ferdy. On 05

0.90.1 HMaster malfunction in pseudo-distributed mode

2011-05-28 Thread Sean Bigdatafun
I am trying for 0.90.1 (hbase-0.90.1-CDH3B4) under pseudo-dist mode, and met the problem of HMaster crashing. Here is how I did. I. First I installed Hadoop pseudo cluster (hadoop-0.20.2-CDH3B4) with the following conf edited. 1) core-site.xml ==> fs.default.name hdfs://localhost:9000 2) h