- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2021 06:30 AM
I'm trying to export a csv file from my Databricks workspace to my laptop.
I have followed the below steps.
1.Installed databricks CLI
2. Generated Token in Azure Databricks
3. databricks configure --token
5. Token:xxxxxxxxxxxxxxxxxxxxxxxxxx
6. databricks fs cp -r dbfs:/your_folder destination/your_folder
I get the below error. Can anyone help?
Error: ConnectionError: HTTPSConnectionPool(host='%3cdatabricks-instance%3e', port=443): Max retries exceeded with url: /api/2.0/workspace/get-status?path=%2FFileStore%2Fshared_uploads%2Fwwid%40 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x000001E8649DDC08>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))