0

I am new to Azure Databricks. I want to copy data from azure databricks to one of my aws ec2 instance. can anyone please help me in doing this?

Thanks in advance!

Rocky
  • 75
  • 1
  • 1
  • 7

1 Answers1

0

You can probably use tools like azcopy or aws, with a destination link to move your data.

Edit: other option is to mount the bucket on your databricks (see link) and copy the data (you can look at an article I made for efficient copy).

robin loche
  • 276
  • 2
  • 7