Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article describes troubleshooting steps and possible resolutions for issues when interacting with Azure HDInsight clusters.
Encounter timeouts with hbase hbck
command when fixing region assignments.
A potential cause for timeout issues when you use the hbck
command might be that several regions are in the "in transition" state for a long time. You can see those regions as offline in the HBase Master UI. Because a high number of regions are attempting to transition, HBase Master might time out and be unable to bring those regions back online.
Sign in to the HDInsight HBase cluster using SSH.
Run
hbase zkcli
command to connect with Apache ZooKeeper shell.Run
rmr /hbase/regions-in-transition
orrmr /hbase-unsecure/regions-in-transition
command.Exit from
hbase zkcli
shell by usingexit
command.From the Apache Ambari UI, restart the Active HBase Master service.
Run the
hbase hbck -fixAssignments
command.Monitor the HBase Master UI "region in transition" that section to make sure no region gets stuck.
If you didn't see your problem or are unable to solve your issue, visit the following channel for more support:
- If you need more help, you can submit a support request from the Azure portal. Select Support from the menu bar or open the Help + support hub. For more detailed information, please review How to create an Azure support request. Access to Subscription Management and billing support is included with your Microsoft Azure subscription, and Technical Support is provided through one of the Azure Support Plans.