You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by huaxiang <hu...@asiainfo-linkage.com> on 2013/04/18 09:47:53 UTC

答复: Getting list of Region In Transition via command line

HI,
  1. Try #Hbase hbck
  2. you can delete /hbase/unassigned/xxxxx.  But this is not a usual way, maybe something wrong with your table or regions?

beatls

-----邮件原件-----
发件人: Asaf Mesika [mailto:asaf.mesika@gmail.com] 
发送时间: 2013年4月18日 15:15
收件人: user@hbase.apache.org
主题: Getting list of Region In Transition via command line

Hi,

The Web UI for HBase Master shows a list of Region In Transition.

Is there a way to get this list via command line?  HBase shell or zkCli?

Is the /hbase/unassigned node in ZooKeeper are the region in transition, or
in transition could also mean, assigned (thus not in that zNode) but the
region server did not open it from some reason?

Thank you,

Asaf


Re: 答复: Getting list of Region In Transition via command line

Posted by Samir Ahmic <ah...@gmail.com>.
Hi, Asaf

You can run* status 'detailed' | hbase shell* from command line that will
give you detailed status including regions in transition and also you can
use *hbase hbc*k command , and third options is to run *hbase zkcli* and
then *ls /hbase/unassign* that will display encoded names of unassigned
regions.

Cheers


On Thu, Apr 18, 2013 at 9:47 AM, huaxiang <hu...@asiainfo-linkage.com>wrote:

> HI,
>   1. Try #Hbase hbck
>   2. you can delete /hbase/unassigned/xxxxx.  But this is not a usual way,
> maybe something wrong with your table or regions?
>
> beatls
>
> -----邮件原件-----
> 发件人: Asaf Mesika [mailto:asaf.mesika@gmail.com]
> 发送时间: 2013年4月18日 15:15
> 收件人: user@hbase.apache.org
> 主题: Getting list of Region In Transition via command line
>
> Hi,
>
> The Web UI for HBase Master shows a list of Region In Transition.
>
> Is there a way to get this list via command line?  HBase shell or zkCli?
>
> Is the /hbase/unassigned node in ZooKeeper are the region in transition, or
> in transition could also mean, assigned (thus not in that zNode) but the
> region server did not open it from some reason?
>
> Thank you,
>
> Asaf
>
>