Skip to content

Commit 770ead5

Browse files
committed
a few fixes
1 parent 036ff63 commit 770ead5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ This article helps you complete these tasks:
2727

2828
You need these things to complete the migration.
2929

30-
* An Azure Storage account that **doesn't** have a hierarchical namespace.
31-
32-
* An Azure Storage account that **does** have a hierarchical namespace.
30+
* Two storage accounts; one that has a hierarchical namespace enabled on it, and one that doesn't.
3331

3432
* An on-premises Hadoop cluster that contains your source data.
3533

@@ -233,6 +231,8 @@ This command generates a list of copied files with their permissions.
233231
234232
### Generate a list of identities and map them to Azure Active Directory (ADD) identities
235233

234+
First, download the `copy-acls.py` script. See the [Download helper scripts and set up your edge node to run them](#download-helper-scripts) section of this article.
235+
236236
1. Run this command to generate a list of unique identities.
237237

238238
```bash
@@ -248,8 +248,6 @@ This command generates a list of copied files with their permissions.
248248

249249
### Apply permissions to copied files and apply identity mappings
250250

251-
First, download the `copy-acls.py` script. See the [Download helper scripts and set up your edge node to run them](#download-helper-scripts) section of this article.
252-
253251
Run this command to apply permissions to the data that you copied into the Data Lake Storage Gen2 account:
254252

255253
```bash

0 commit comments

Comments
 (0)