cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Mounting Data IOException

EricMa
New Contributor III

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)

 

IOException.jpg

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.

IOException_Classroom-Setup.jpg

Thank you.

20 REPLIES 20

How we can use this csv for our use ?

Retired_mod
Esteemed Contributor III

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

 

smdatainsights
New Contributor II

Any updates on this? I'm experiencing the same issue.

nataliedo74
New Contributor II

Thanks for the responses EricMa and  Tawfeeq. I was able to load both tables in and was able to complete Module 1 exercises. 

YunHai
New Contributor II

I have resolved this issue. Please see the Databricks notebook below.

Thanks to Tawfeeq for the helpful method.

https://databricks-prod-cloudfront.cloud.databricks.com/public/4027ec902e239c93eaaa8714f173bcfc/2108...

raghdafaris
New Contributor II

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. 

https://databricks-prod-cloudfront.cloud.databricks.com/public/4027ec902e239c93eaaa8714f173bcfc/4280...