Skip to content

Commit b74e403

Browse files
authored
Added a note for Zookeeper
Added a note for Zookeeper
1 parent adc91dd commit b74e403

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 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: 18/02/2025
88
---
99

1010
# Migrate an Apache HBase cluster to a HDInsight 5.1
@@ -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 zk, `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)