You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/data-lake-storage-migrate-gen1-to-gen2.md
+4-20Lines changed: 4 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,10 +120,7 @@ This is the simplest pattern.
120
120
121
121
1. Stop all writes to Gen1.
122
122
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.
127
124
128
125
3. Point ingest operations and workloads to Gen2.
129
126
@@ -141,10 +138,7 @@ This is the simplest pattern.
141
138
142
139
### Incremental copy pattern
143
140
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.
148
142
149
143
2. Incrementally copy new data from Gen1.
150
144
@@ -164,10 +158,7 @@ This is the simplest pattern.
164
158
165
159
### Dual pipeline pattern
166
160
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.
171
162
172
163
2. Ingest new data to both Gen1 and Gen2.
173
164
@@ -187,14 +178,7 @@ This is the simplest pattern.
187
178
188
179
### Bi-directional sync pattern
189
180
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.
198
182
199
183
3. When all moves are complete, stop all writes to Gen1 and turn off bidirectional replication.
0 commit comments