'Copy data from Azure databricks to AWS Ec2
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!
Solution 1:[1]
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).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
