Re: Difficulty in use Hbase fully distributed mode

2011-07-18 Thread Stack
Please read the hadoop section of hbase conriguration in our site book: http://hbase.apache.org/book.html#configuration It explains that we will lose data with hadoop 0.20.2. > My Hadoop and zookeeper are working perfectly but when i started the HBase ,I > got the following errors in log. Pleas

Re: RE: Difficulty in use Hbase fully distributed mode

2011-07-18 Thread shanmuganathan.r
Hi Gaojinchao, Thanks for your reply... I will try it . On Mon, 18 Jul 2011 16:35:48 +0530 Gaojinchao wrote You need use ntp. You can reference: http://hbase.apache.org/book/os.html#ntp Hi Gan, Thanks for your reply.. Now Hmaster and

Re: Difficulty in use Hbase fully distributed mode

2011-07-18 Thread shanmuganathan.r
Hi Gan Thanks I will try it... On Mon, 18 Jul 2011 16:43:22 +0530 Gan wrote Pay attention to this http://hbase.apache.org/book/os.html#ntp hbase.master.maxclockskew is the tthe ime difference of regionserver from master, the default value is 30

Re: Difficulty in use Hbase fully distributed mode

2011-07-18 Thread Gan, Xiyun
Pay attention to this http://hbase.apache.org/book/os.html#ntp hbase.master.maxclockskew is the tthe ime difference of regionserver from master, the default value is 3, that is 30 seconds. On Mon, Jul 18, 2011 at 7:02 PM, shanmuganathan.r wrote: > Hi Gan, > >      Thanks for your reply.. >

RE: Difficulty in use Hbase fully distributed mode

2011-07-18 Thread Gaojinchao
You need use ntp. You can reference: http://hbase.apache.org/book/os.html#ntp Hi Gan, Thanks for your reply.. Now Hmaster and one of my region server working properly but another one region server(slave) not working . i am using the three node cluster master: namenode , datanode

Re: Difficulty in use Hbase fully distributed mode

2011-07-18 Thread shanmuganathan.r
Hi Gan, Thanks for your reply.. Now Hmaster and one of my region server working properly but another one region server(slave) not working . i am using the three node cluster master: namenode , datanode, tasktracker, jobtracker, zookeeper1,Hmaster slave: datanode, tasktracker,

Re: Difficulty in use Hbase fully distributed mode

2011-07-18 Thread Gan, Xiyun
try to use host name in hbase.rootdir instead of ip adress. On Mon, Jul 18, 2011 at 4:16 PM, Laurent Hatier wrote: > Are you sure that Hadoop is started, because you use HDFS so you must start > it before HBase. > If not, try to change the HBase port to 60010 > > 2011/7/18 shanmuganathan > >> Hi

Re: Difficulty in use Hbase fully distributed mode

2011-07-18 Thread Laurent Hatier
Are you sure that Hadoop is started, because you use HDFS so you must start it before HBase. If not, try to change the HBase port to 60010 2011/7/18 shanmuganathan > Hi, > > I am new user for the hbase and I have trouble in starting HBase. > I am using the hadoop-0.20.2, zookeeper 3.3.3 and Hbas