File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -215,17 +215,21 @@ sudo -u hbase hdfs dfs -Dfs.azure.page.blob.dir="/hbase-wals" -cp <source-contai
215
215
2 . On source cluster
216
216
``` bash
217
217
sudo bash migrate-hbase-source.sh
218
-
218
+ ```
219
+
219
220
3 . On destination cluster
220
221
``` bash
221
222
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
+ ```
229
233
230
234
231
235
## Next steps
You can’t perform that action at this time.
0 commit comments