Skip to content

Commit 0a1d60a

Browse files
Merge pull request #294794 from sreekzz/patch-43627
Added a note for Zookeeper
2 parents 3e43607 + d5edcc3 commit 0a1d60a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to migrate Apache HBase clusters in Azure HDInsight to a
44
ms.service: azure-hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive
7-
ms.date: 10/17/2024
7+
ms.date: 02/18/2025
88
---
99

1010
# Migrate an Apache HBase cluster to a HDInsight 5.1
@@ -111,7 +111,7 @@ Use these detailed steps and commands to migrate your Apache HBase cluster.
111111
1. Stop the HBase service, it stops remaining servers.
112112

113113
> [!NOTE]
114-
> HBase 2.4.11 doesn't t support some of the old Procedures.
114+
> HBase 2.4.11 doesn't support some of the old Procedures.
115115
>
116116
>For more information on connecting to and using Ambari, see [Manage HDInsight clusters by using the Ambari Web UI](../hdinsight-hadoop-manage-ambari.md).
117117
>
@@ -143,10 +143,12 @@ Use these detailed steps and commands to migrate your Apache HBase cluster.
143143

144144
```bash
145145
hbase zkcli
146-
rmr /hbase-unsecure
146+
deleteall /hbase-unsecure
147147
quit
148148
```
149-
149+
> [!NOTE]
150+
> In some versions of Apache ZooKeeper, `rmr` is used instead of `deleteall`.
151+
150152
### Clean and migrate WAL
151153

152154
Run the following commands, depending on your source HDInsight version and whether the source and destination clusters have Accelerated Writes.

0 commit comments

Comments
 (0)