Skip to content

Commit 89d93b8

Browse files
authored
Update and rename apache-hbase-migrate-to-hdinsight-5-1-new-storage-account.md to apache-hbase-migrate-hdinsight-5-1-new-storage-account.md
1 parent 88b7806 commit 89d93b8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/hdinsight/hbase/apache-hbase-migrate-to-hdinsight-5-1-new-storage-account.md renamed to articles/hdinsight/hbase/apache-hbase-migrate-hdinsight-5-1-new-storage-account.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive
@@ -79,9 +79,9 @@ Use these detailed steps and commands to migrate your Apache HBase cluster with
7979

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":::
8181

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/)
8383

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.
8585

8686
:::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":::
8787

@@ -101,7 +101,7 @@ Use these detailed steps and commands to migrate your Apache HBase cluster with
101101
```
102102
1. Wait for 15 mins and verify that all the procedures are completed, and masterProcWal files doesn't have any pending procedures.
103103

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.
105105

106106
:::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":::
107107
1. STOP HBase
@@ -247,13 +247,13 @@ If Hbase masters and region servers up and regions stuck in transition or only o
247247
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
248248
1. Run `echo "scan '`hbase:meta`'" | hbase shell > meta.out` to read the `hbase:meta` into a file
249249
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,........`
250-
1. create a dummy WAL dir with that `wn` value
250+
1. Create a dummy WAL dir with that `wn` value
251251

252-
if the cluster is accelerated write cluster
252+
If the cluster is accelerated write cluster
253253
```
254254
hdfs dfs -mkdir hdfs://mycluster/hbasewal/WALs/<wn FQDN>,16020,.........
255255
```
256-
if the cluster is nonaccelarated Write cluster
256+
If the cluster is nonaccelarated Write cluster
257257
```
258258
hdfs dfs -mkdir /hbase-wals/WALs/<wn FQDN>,16020,.........
259259
```

0 commit comments

Comments
 (0)