You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/hbase/apache-hbase-migrate-hdinsight-5-1.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Use these detailed steps and commands to migrate your Apache HBase cluster.
74
74
75
75
1. Stop ingestion to the source HBase cluster.
76
76
77
-
1. Check Hbase hbck to verify cluster health
77
+
1. Check HBase hbck to verify cluster health
78
78
79
79
1. Verify HBCK Report page on HBase UI. Healthy cluster doesn't show any inconsistencies
80
80
:::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.
83
83
1. Note down number of regions in online at source cluster, so that the number can be referred at destination cluster after the migration.
84
84
:::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":::
85
85
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/)
87
87
88
88
1. Flush the source HBase cluster you're upgrading.
89
89
@@ -269,7 +269,7 @@ Mandatory argument for the above command:
269
269
## Troubleshooting
270
270
271
271
### 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
0 commit comments