简体   繁体   中英

Copy files and folders from Azure DataLake Gen1 to Azure DataLake Gen2 without Azure DataFactory

我们想把数据从Azure DataLake Gen1迁移到Azure DataLake Gen2,又不想用Azure DataFactory,有什么办法可以用azcopy/AdlCopy/Azure Storage Explorer复制数据?

No, azcopy, AdlCopy and Azure Storage Explorer don't support copy data from ADL Gen1 to ADL Gen2.

azcopy supports directions are these:

  • local <-> Azure Blob (SAS or OAuth authentication)
  • local <-> Azure Files (Share/directory SAS authentication)
  • local <-> Azure Data Lake Storage Gen 2 (SAS, OAuth, or shared key authentication)
  • Azure Blob (SAS or public) -> Azure Blob (SAS or OAuth authentication)
  • Azure Blob (SAS or public) -> Azure Files (SAS)
  • Azure Files (SAS) -> Azure Files (SAS)
  • Azure Files (SAS) -> Azure Blob (SAS or OAuth authentication)
  • Amazon Web Services (AWS) S3 (Access Key) -> Azure Block Blob (SAS or OAuth authentication)

AdlCopy :

  • From Azure Storage blobs into Data Lake Storage Gen1. You can't use AdlCopy to copy data from Data Lake Storage Gen1 to Azure Storage blobs.
  • Between two Data Lake Storage Gen1 accounts.

If you want to copy data without using ADF, you can refer to this documentation .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM