Skip to content

Commit 7a4fef5

Browse files
committed
tweaks
1 parent 67012b7 commit 7a4fef5

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

articles/storage/blobs/data-lake-storage-migrate-gen1-to-gen2.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,7 @@ This is the simplest pattern.
120120

121121
1. Stop all writes to Gen1.
122122

123-
2. Move data from Gen1 to Gen2.
124-
125-
> [!TIP]
126-
> For data transfer, we recommend [Azure Data Factory](https://docs.microsoft.com/azure/data-factory/connector-azure-data-lake-storage). ACLs copy with the data.
123+
2. Move data from Gen1 to Gen2. We recommend [Azure Data Factory](https://docs.microsoft.com/azure/data-factory/connector-azure-data-lake-storage). ACLs copy with the data.
127124

128125
3. Point ingest operations and workloads to Gen2.
129126

@@ -141,10 +138,7 @@ This is the simplest pattern.
141138

142139
### Incremental copy pattern
143140

144-
1. Start moving data from Gen1 to Gen2.
145-
146-
> [!TIP]
147-
> For data transfer, we recommend [Azure Data Factory](https://docs.microsoft.com/azure/data-factory/connector-azure-data-lake-storage). ACLs copy with the data.
141+
1. Start moving data from Gen1 to Gen2. We recommend [Azure Data Factory](https://docs.microsoft.com/azure/data-factory/connector-azure-data-lake-storage). ACLs copy with the data.
148142

149143
2. Incrementally copy new data from Gen1.
150144

@@ -164,10 +158,7 @@ This is the simplest pattern.
164158

165159
### Dual pipeline pattern
166160

167-
1. Move data from Gen1 to Gen2.
168-
169-
> [!TIP]
170-
> For data transfer, we recommend [Azure Data Factory](https://docs.microsoft.com/azure/data-factory/connector-azure-data-lake-storage). ACLs copy with the data.
161+
1. Move data from Gen1 to Gen2. We recommend [Azure Data Factory](https://docs.microsoft.com/azure/data-factory/connector-azure-data-lake-storage). ACLs copy with the data.
171162

172163
2. Ingest new data to both Gen1 and Gen2.
173164

@@ -187,14 +178,7 @@ This is the simplest pattern.
187178

188179
### Bi-directional sync pattern
189180

190-
This pattern is similar to the *dual pipeline* pattern, but it's more ideally suited for complicated pipelines that require Gen1 and Gen2 side-by-side support during migration.
191-
192-
1. Set up bidirectional replication between Gen1 and Gen2.
193-
194-
> [!TIP]
195-
> For bidirectional data transfer, we recommend [WanDisco](https://docs.wandisco.com/bigdata/wdfusion/adls/). It offers a repair feature for existing data.
196-
197-
2. Incrementally move ingest and compute workloads to Gen2.
181+
1. Set up bidirectional replication between Gen1 and Gen2. We recommend [WanDisco](https://docs.wandisco.com/bigdata/wdfusion/adls/). It offers a repair feature for existing data.
198182

199183
3. When all moves are complete, stop all writes to Gen1 and turn off bidirectional replication.
200184

0 commit comments

Comments
 (0)