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-new-storage-account.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Migrate an HBase cluster to an HDInsight 5.1 and new storage account - Azure HDInsight
3
-
description: Learn how to migrate an Apache HBase cluster in Azure HDInsight to a HDInsight 5.1 with a different Azure Storage account.
3
+
description: Learn how to migrate an Apache HBase cluster in Azure HDInsight to an HDInsight 5.1 with a different Azure Storage account.
4
4
ms.service: hdinsight
5
5
ms.topic: how-to
6
6
ms.custom: hdinsightactive
@@ -79,9 +79,9 @@ Use these detailed steps and commands to migrate your Apache HBase cluster with
79
79
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":::
81
81
82
-
1. If any inconsistencies exists, please fix inconsistencies using [hbase hbck2](/azure/hdinsight/hbase/how-to-use-hbck2-tool/)
82
+
1. If any inconsistencies exist, please fix inconsistencies using [hbase hbck2](/azure/hdinsight/hbase/how-to-use-hbck2-tool/)
83
83
84
-
1. Note down number of regions in online at source cluster, so that the number can be refered at destination cluster after the migration.
84
+
1. Note down number of regions in online at source cluster, so that the number can be referred at destination cluster after the migration.
85
85
86
86
:::image type="content" source="./media/apache-hbase-migrate-new-version/total-number-of-regions.png" alt-text="Screenshot showing count of number of regions." lightbox="./media/apache-hbase-migrate-new-version/total-number-of-regions.png":::
87
87
@@ -101,7 +101,7 @@ Use these detailed steps and commands to migrate your Apache HBase cluster with
101
101
```
102
102
1. Wait for 15 mins and verify that all the procedures are completed, and masterProcWal files doesn't have any pending procedures.
103
103
104
-
1.Verity the Procedures page to confirm that there are no pending procedures.
104
+
1.Verify the Procedures page to confirm that there are no pending procedures.
105
105
106
106
:::image type="content" source="./media/apache-hbase-migrate-new-version/verify-master-process.png" alt-text="Screenshot showing how to verify master process." lightbox="./media/apache-hbase-migrate-new-version/verify-master-process.png":::
107
107
1. STOP HBase
@@ -247,13 +247,13 @@ If Hbase masters and region servers up and regions stuck in transition or only o
247
247
1. ssh into any ZooKeeper node of original cluster and run `kinit -k -t /etc/security/keytabs/hbase.service.keytab hbase/<zk FQDN>` if this is ESP cluster
248
248
1. Run `echo "scan '`hbase:meta`'" | hbase shell > meta.out` to read the `hbase:meta` into a file
249
249
1. Run `grep "info:sn" meta.out | awk '{print $4}' | sort | uniq` to get all RS instance names where the regions were present in old cluster. Output should be like `value=<wn FQDN>,16020,........`
0 commit comments