Error when creating table in Apache Spark course

DatBoi
Contributor

I have just started the Apache Spark course through the Databricks Academy and am running into the following error.

When I run the command:

%sql
CREATE TABLE IF NOT EXISTS events
USING parquet OPTIONS (path "/mnt/training/ecommerce/events/events.parquet");
 
I get the error message:
Error in SQL statement: AzureException: hadoop_azure_shaded.com.microsoft.azure.storage.StorageException: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
 
I have ran the setup line and when I run %fs mounts I see the training file. I am new to mounts and this course so I am not sure what is going on. The exact notebook I am working in in ASP 1.2 - Databricks Platform.
 
Someone please help.