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!
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!
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).