简体   繁体   中英

Upload to Azure Storage container from FileServer using Azure databricks

I want to upload binary files from Windows FileSystem to Azure blob. I achieved it with Azure data factory with the below steps

  1. Installed integration run time on the FileSystem
  2. Created a linked service in ADF as FileSystem
  3. Created a binary dataset with the above linked service
  4. Use CopyData activity in a ADF Pipeline, set the binary dataset as source and Azure Blob as Sink

Post upload, I am performing some ETL activities. So my ADF pipeline has two components,

  1. Copy Data
  2. Databricks Notebook

I am wondering if I could move the Copy Data fragment to Databricks? Can we upload binary files from Windows FileSystem to Azure blob using Azure Databricks?

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