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.