Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 777a31b

Browse files
authoredMay 6, 2022
Update apache-hbase-migrate-new-version.md
1 parent e7d0517 commit 777a31b

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed
 

‎articles/hdinsight/hbase/apache-hbase-migrate-new-version.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -215,17 +215,21 @@ sudo -u hbase hdfs dfs -Dfs.azure.page.blob.dir="/hbase-wals" -cp <source-contai
215215
2. On source cluster
216216
```bash
217217
sudo bash migrate-hbase-source.sh
218-
218+
```
219+
219220
3. On destination cluster
220221
```bash
221222
sudo bash migrate-hbase-dest.sh -f <src_default_Fs>
222-
223-
Mandatory argument for the above command:```
224-
-f, --src-fs
225-
The fs.defaultFS of the source cluster
226-
For example:
227-
-f wasb://anynamehbase0316encoder-2021-03-17t01-07-55-935z@anynamehbase0hdistorage.blob.core.windows.net
228-
```
223+
```
224+
225+
Mandatory argument for the above command:
226+
227+
```
228+
-f, --src-fs
229+
The fs.defaultFS of the source cluster
230+
For example:
231+
-f wasb://anynamehbase0316encoder-2021-03-17t01-07-55-935z@anynamehbase0hdistorage.blob.core.windows.net
232+
```
229233

230234

231235
## Next steps

0 commit comments

Comments
 (0)
Please sign in to comment.