Hi all,
I've recently started the Apache Spark Developer Learning Plan through my company.
I am currently trying to run the courses Labs (for Apache Spark Programming with Databricks) however classroom setup is failing with the following error:
java.rmi.RemoteException: com.amazonaws.services.securitytoken.model.AWSSecurityTokenServiceException: The security token included in the request is invalid. (Service: AWSSecurityTokenService; Status Code: 403; Error Code: InvalidClientTokenId; Request ID: xxxxxxxxxxxxxxxxxx; Proxy: null)
The error appears to be coming from the line:
DA = DBAcademyHelper(course_config, lesson_config)
In cell 2 of Classroom-Setup notebook within the Includes folder.
I can confirm I'm on DBR 11.3 x Scala 2.12 which the course supports.
If anyone can help me get this up and running I'd appreciate that!
Thanks ๐