thanx yunus and tariq for you help! i commented the ip part in hosts as suggested by tariq.
But still i am facing the same issue.i could check through browser that master is running initialy but i think its gettin timed-out or refused for connection when i am running the command from hbase shell. Regards Rajeev @Rajeev : comment out the line 127.0.1.1 in your /etc/hosts file and restart all the daemons. HTH Warm Regards, Tariq https://mtariq.jux.com/ cloudfront.blogspot.com On Mon, May 6, 2013 at 11:57 PM, Mohammad Tariq <[email protected]> wrote: > @Shahab : IMHO, he doesn't have to worry about ZK as he is running in > stand alone mode. > > Warm Regards, > Tariq > https://mtariq.jux.com/ > cloudfront.blogspot.com > > > On Mon, May 6, 2013 at 11:54 PM, Shahab Yunus <[email protected]>wrote: > >> 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 >>>>>> >>>>> >>>>> >>>> >>> >> >
