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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to migrate Apache HBase clusters in Azure HDInsight to a
4
4
ms.service: azure-hdinsight
5
5
ms.topic: how-to
6
6
ms.custom: hdinsightactive
7
-
ms.date: 10/17/2024
7
+
ms.date: 02/18/2025
8
8
---
9
9
10
10
# 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.
111
111
1. Stop the HBase service, it stops remaining servers.
112
112
113
113
> [!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.
115
115
>
116
116
>For more information on connecting to and using Ambari, see [Manage HDInsight clusters by using the Ambari Web UI](../hdinsight-hadoop-manage-ambari.md).
117
117
>
@@ -143,10 +143,12 @@ Use these detailed steps and commands to migrate your Apache HBase cluster.
143
143
144
144
```bash
145
145
hbase zkcli
146
-
rmr /hbase-unsecure
146
+
deleteall /hbase-unsecure
147
147
quit
148
148
```
149
-
149
+
> [!NOTE]
150
+
> In some versions of Apache ZooKeeper, `rmr` is used instead of `deleteall`.
151
+
150
152
### Clean and migrate WAL
151
153
152
154
Run the following commands, depending on your source HDInsight version and whether the source and destination clusters have Accelerated Writes.
0 commit comments