Skip to content

Commit 3b5b458

Browse files
committed
Fix typo
Hbase -> HBase
1 parent bc7de2a commit 3b5b458

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hdinsight/hbase/apache-hbase-migrate-hdinsight-5-1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Use these detailed steps and commands to migrate your Apache HBase cluster.
7474

7575
1. Stop ingestion to the source HBase cluster.
7676

77-
1. Check Hbase hbck to verify cluster health
77+
1. Check HBase hbck to verify cluster health
7878

7979
1. Verify HBCK Report page on HBase UI. Healthy cluster doesn't show any inconsistencies
8080
:::image type="content" source="./media/apache-hbase-migrate-new-version/verify-hbck-report.png" alt-text="Screenshot showing how to verify HBCK report." lightbox="./media/apache-hbase-migrate-new-version/verify-hbck-report.png":::
@@ -83,7 +83,7 @@ Use these detailed steps and commands to migrate your Apache HBase cluster.
8383
1. Note down number of regions in online at source cluster, so that the number can be referred at destination cluster after the migration.
8484
:::image type="content" source="./media/apache-hbase-migrate-new-version/total-number-of-regions.png" alt-text="Screenshot showing total number of regions." lightbox="./media/apache-hbase-migrate-new-version/total-number-of-regions.png":::
8585

86-
1. If replication enabled on the cluster, stop and reenable the replication on destination cluster after migration. For more information, see [Hbase replication guide](/azure/hdinsight/hbase/apache-hbase-replication/)
86+
1. If replication enabled on the cluster, stop and reenable the replication on destination cluster after migration. For more information, see [HBase replication guide](/azure/hdinsight/hbase/apache-hbase-replication/)
8787

8888
1. Flush the source HBase cluster you're upgrading.
8989

@@ -269,7 +269,7 @@ Mandatory argument for the above command:
269269
## Troubleshooting
270270

271271
### Use case 1:
272-
If Hbase masters and region servers up and regions stuck in transition or only one region, for example, `hbase:meta` region is assigned. Waiting for other regions to assign
272+
If HBase masters and region servers up and regions stuck in transition or only one region, for example, `hbase:meta` region is assigned. Waiting for other regions to assign
273273

274274
**Solution:**
275275

0 commit comments

Comments
 (0)