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 <[email protected]>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:[email protected]] > 发送时间: 2013年4月18日 15:15 > 收件人: [email protected] > 主题: 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 > >
