I see this in the logs: 1. 2013-05-06 01:58:36,289 WARN org.apache.hadoop.hbase.master.AssignmentManager: Failed assignment of -ROOT-,,0.70236052 to localhost,37368,1367785700204, trying to assign elsewhere instead; retry=4 2. org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed setting up proxy interface org.apache.hadoop.hbase.ipc.HRegionInterface to localhost/127.0.0.1:37368 after attempts=1 3. at org.apache.hadoop.hbase.ipc.HBaseRPC.handleConnectionException(HBaseRPC.java:263) 4. at org.apache.hadoop.hbase.ipc.HBaseRPC.waitForProxy(H...
What is the entry in your hosts file? Could that be the culprit? I think you need to enter the IP in there instead of localhost or the loop back address. Also, verify that your zookeeper address is correctly entered (zookepper.quorum property) in the hbase-site.xml Regards, Shahab On Mon, May 6, 2013 at 2:19 PM, Rajeev Yadav <[email protected]> wrote: > @Tariq: find the link for log. > > http://pastebin.com/yHM0qaWx > > > On Mon, May 6, 2013 at 11:40 PM, Rajeev Yadav <[email protected]> wrote: > >> @Ted: >> hbase-0.94.7 >> and yes i issued the command from hbase shell. >> >> >> On Mon, May 6, 2013 at 11:35 PM, Mohammad Tariq <[email protected]>wrote: >> >>> Could you please show me your logs? >>> >>> Warm Regards, >>> Tariq >>> https://mtariq.jux.com/ >>> cloudfront.blogspot.com >>> >>> >>> On Mon, May 6, 2013 at 11:34 PM, Rajeev Yadav <[email protected]>wrote: >>> >>>> Hi All, >>>> I am a newbie to hadoop and habse.so need your help on this. >>>> >>>> I am trying to create table in Hbase which is running on my local file >>>> system but every time i get this exception >>>> >>>> *org.apache.hadoop.hbase.MasterNotRunningException* >>>> >>>> before running the create command i can see through JPS that HMaster >>>> is running. >>>> >>>> what could be possible reasons? >>>> >>>> Regards, >>>> Rajeev >>>> >>> >>> >> >
