Re: unable to create table in Hbase

2013-05-06 Thread Rajeev Yadav
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 shel

Re: unable to create table in Hbase

2013-05-06 Thread Mohammad Tariq
@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 wrote: > @Shahab : IMHO, he doesn't have to worry about ZK as he is running in

Re: unable to create table in Hbase

2013-05-06 Thread Shahab Yunus
@Tariq Ok. I thought he does need to update the hosts file in general, if not the ZK property. The log is filled with 'Retrying connect to server: localhost/127.0.0.1:9000' Plus, apparently I missed the fact that he is running it in stand-alone mode :) On Mon, May 6, 2013 at 2:27 PM, Mohammad Tar

Re: unable to create table in Hbase

2013-05-06 Thread Mohammad Tariq
@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 wrote: > I see this in the logs: > >1. >2013-05-06 01:58:36,289 WARN >org.apache.

Re: unable to create table in Hbase

2013-05-06 Thread Shahab Yunus
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.RetriesExhaustedExcept

Re: unable to create table in Hbase

2013-05-06 Thread Rajeev Yadav
@Tariq: find the link for log. http://pastebin.com/yHM0qaWx On Mon, May 6, 2013 at 11:40 PM, Rajeev Yadav 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 wrote: > >> Could you please show me your logs? >> >> W

Re: unable to create table in Hbase

2013-05-06 Thread Rajeev Yadav
@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 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 wrote

Re: unable to create table in Hbase

2013-05-06 Thread Mohammad Tariq
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 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

Re: unable to create table in Hbase

2013-05-06 Thread Ted Yu
Can you tell us which HBase version you are using ? Did you issue table creation command from HBase shell ? Cheers On Mon, May 6, 2013 at 11:04 AM, Rajeev Yadav 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 run

unable to create table in Hbase

2013-05-06 Thread Rajeev Yadav
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