07-18-2024 06:35 PM
Hello,
I am currently taking a course from Coursera for data science using SQL. For one of our assignments we need to mount some data by running a script that has been provided to us by the class. When I run the script I receive the following error.
IOException: s3a://AKIAJDDJNXBZ3FJHWLDQ:wD26wPuGshDAIObuOFKPBsQ8n5LPd0aJYWyS2H+%2F@davis-dsv1071/data/fire-calls/fire-calls-truncated-comma.csv
at com.databricks.backend.daemon.data.client.DbfsClient.sendIdempotent(DbfsClient.scala:70)
at com.databricks.backend.daemon.driver.DriverWrapper.run(DriverWrapper.scala:290)
I would much appreciate it if anyone could advise on what could be causing this error and how to possibly fix it.
Below is also a view of the notebook that contains this script.
Thank you.
10-13-2024 11:02 AM
How we can use this csv for our use ?
08-08-2024 08:06 AM
Hi @EricMa and @ArpitSharma, To expedite your request, please list your concerns on our ticketing portal. Our support staff would be able to act faster on the resolution (our standard resolution time is 24-48 hours).
08-31-2024 06:49 AM
Any updates on this? I'm experiencing the same issue.
10-14-2024 01:39 PM
Thanks for the responses EricMa and Tawfeeq. I was able to load both tables in and was able to complete Module 1 exercises.
11-09-2024 10:19 PM - edited 11-09-2024 10:23 PM
I have resolved this issue. Please see the Databricks notebook below.
Thanks to Tawfeeq for the helpful method.
03-04-2025 08:50 PM
Hello all, we came up with a solution: to download the data directly instead of mounting it. The community version is limited, and we don't have access to S3 unless we create our own aws account, load the data there, and then mount our account on databricks. Anyway, this is my solution. check it out.
Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!
Sign Up Now