Skip to content

Commit 1227b7e

Browse files
committed
stuff
1 parent 2a37e11 commit 1227b7e

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

articles/storage/blobs/data-lake-storage-migrate-on-premises-HDFS-cluster.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -191,19 +191,13 @@ You can copy data by using Azure Data Factory, or by using your Azure-based Hado
191191
hadoop distcp -Dfs.azure.account.key.<source_account>.dfs.windows.net=<source_account_key> abfs://<source_container> @<source_account>.dfs.windows.net/<source_path> abfs://<dest_container>@<dest_account>.dfs.windows.net/<dest_path>
192192
```
193193
194-
* Replace the `<source_account>` placeholder with the name of the storage account that contains the data.
194+
* Replace the `<source_account>` and `<dest_account>` placeholders with the names of the source and destination storage accounts.
195195
196-
* Replace the `<source_account_key>` placeholder with the access key of the storage account that contains the data.
197-
198-
* Replace the `<source_container>` placeholder with the name of the container that contains the data.
199-
200-
* Replace the `<source_path>` placeholder with the directory path to the data that you want to copy.
196+
* Replace the `<source_container>` and `<dest_container>` placeholders with the names of the source and destination containers.
201197
202-
* Replace the `<dest_container>` placeholder with the name of the container to you will copy the data to.
198+
* Replace the `<source_path>` and `<dest_path>` placeholders with the source and destination directory paths.
203199
204-
* Replace the `<dest_account>` placeholder with the name of the storage account that you are copying the data to.
205-
206-
* Replace the `<dest_path>` placeholder with the path to the directory that will contain the data.
200+
* Replace the `<source_account_key>` placeholder with the access key of the storage account that contains the data.
207201
208202
This command copies both data and metadata from your storage account into your Data Lake Storage Gen2 storage account.
209203

0 commit comments

Comments
 (0)