Re: HBase RegionServer can't connect to Master

2012-05-04 Thread yonghu
I think you can also use ifconfig command in the VM to see the ip address. And then you can change your ip address in /etc/hosts. Regards! Yong On Wed, May 2, 2012 at 7:21 PM, Ben Lisbakken lisba...@gmail.com wrote: Hello -- I've got a problem where the RegionServers try to connect to

Re: HBase RegionServer can't connect to Master

2012-05-04 Thread shashwat shriparv
do you have anywhere localhost in you hadoop configuration ?? or hbase configuration??? Here are some jugestion : on terminal type : sudo vi /etc/hostname there you change the name suppose for master node make it master and for the slave machines(open hostname file on slave nodes) and make it

RE: HTable both enable and disable failed

2012-05-04 Thread Bijieshan
Jiajun: Did you find any inconsistencies after running hbck? Jieshan -Original Message- From: Jiajun Chen [mailto:cjjvict...@gmail.com] Sent: Friday, May 04, 2012 4:56 PM To: user@hbase.apache.org Subject: HTable both enable and disable failed HBase0.92.1 disable 'cjjWaitHash'

Re: HTable both enable and disable failed

2012-05-04 Thread Jiajun Chen
cjjWaitHash is okay. Number of regions: 1 Deployed on: slave188.uc.uuwatch.com,60020,1336106400066 On 4 May 2012 17:08, Bijieshan bijies...@huawei.com wrote: Jiajun: Did you find any inconsistencies after running hbck? Jieshan -Original Message- From: Jiajun Chen

Re: HTable both enable and disable failed

2012-05-04 Thread Jiajun Chen
start and end is null , is that normal? cjjWaitHash,,1335522190862.4d0399bcdf15727b1cdf73abaec2e7f8. id: 1335522190862 encoded_name: 4d0399bcdf15727b1cdf73abaec2e7f8 start: end: On 4 May 2012 17:20, Jiajun Chen cjjvict...@gmail.com wrote: cjjWaitHash is okay. Number of regions: 1

Re: HTable both enable and disable failed

2012-05-04 Thread Yifeng Jiang
That is okay. What do you get from the describe command? hbase describe 'cjjWaitHash' -Yifeng On May 4, 2012, at 6:33 PM, Jiajun Chen wrote: start and end is null , is that normal? cjjWaitHash,,1335522190862.4d0399bcdf15727b1cdf73abaec2e7f8. id: 1335522190862 encoded_name:

Re: HTable both enable and disable failed

2012-05-04 Thread Jiajun Chen
describe 'cjjWaitHash' DESCRIPTION ENABLED {NAME = 'cjjWaitHash', FAMILIES = [{NAME = 'c', BLOOMFILTER = 'NONE', COMPRESSION = 'NONE', VERSIONS = '3', TTL = '2147483647' false , BLOCKSIZE = '65536', IN_MEMORY = 'true', BLOCKCACHE =

RE: HTable both enable and disable failed

2012-05-04 Thread Bijieshan
From the previous emails, we can deduce that the table state should be enabling or disabling. So there should have other disable/enable operations and seems like an exception occurred before that. What were the operations before this exception? I suggest to check the HMaster log. Jieshan

Re: HTable both enable and disable failed

2012-05-04 Thread Jiajun Chen
Thank you! always waiting on region to clear regions in transition. HMaster log: ... DEBUG org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Waiting on region to clear regions in transition; cjjWaitHash,,1335522190862.4d0399bcdf15727b1cdf73abaec2e7f8. state=PENDING_OPEN,

Re: Combining filterlists

2012-05-04 Thread Davis
Hbase version is 0.90.5,.. Im not sure weather the following hierarchy is supported... Filterlist1 = ColumnPrefixFilter1 + valueFilter1 Filterlist2 = ColumnPrefixFilter2 + valueFilter2 Filterlist3 = ColumnPrefixFilter3 + valueFilter3 Filterlist = Filterlist1 + Filterlist2 + Filterlist3 Ny

Re: HTable both enable and disable failed

2012-05-04 Thread Jiajun Chen
How to recreate the table ? or ,How to delete the table and create it ? On 4 May 2012 18:35, Jiajun Chen cjjvict...@gmail.com wrote: Thank you! always waiting on region to clear regions in transition. HMaster log: ... DEBUG org.apache.hadoop.hbase.master.handler.DeleteTableHandler:

RE: HTable both enable and disable failed

2012-05-04 Thread Bijieshan
What happened to region 4d0399bcdf15727b1cdf73abaec2e7f8? -Original Message- From: Jiajun Chen [mailto:cjjvict...@gmail.com] Sent: Friday, May 04, 2012 6:36 PM To: user@hbase.apache.org Cc: Chenjian Subject: Re: HTable both enable and disable failed Thank you! always waiting on region

RE: HTable both enable and disable failed

2012-05-04 Thread Bijieshan
You can restart the cluster, and then execute disable/delete again. I think this problem can be resolved. I suggest to check what happened to that region before restart. Jieshan -Original Message- From: Jiajun Chen [mailto:cjjvict...@gmail.com] Sent: Friday, May 04, 2012 6:37 PM To: