databricks-certification
databricks-certification copied to clipboard
mountStorageContainer not working because of storageAccountName and storageAccountAccessKey
Dear Raki
Thank you so much for the amazing content Your content helps me to get Databrics Spark cert
Can you please provide the data used in your file I don't have storageAccountName and storageAccountAccessKey
So if you can help me with the sources so I can download it manually
Thank you So much
I created a storageAccountName and storageAccountAccessKey bet with no success
`Mounting bronze to /mnt/GoFast/bronze: ....Container is not mounted; Attempting mounting now.. java.io.FileNotFoundException: /: No such file or directory.
ExecutionError Traceback (most recent call last)
/local_disk0/tmp/1617967834750-0/dbutils.py in f_with_exception_handling(*args, **kwargs) 322 exc.context = None 323 exc.cause = None --> 324 raise exc 325 return f_with_exception_handling 326
ExecutionError: An error occurred while calling o291.mount. : java.io.FileNotFoundException: /: No such file or directory. at shaded.databricks.org.apache.hadoop.fs.azure.NativeAzureFileSystem.getFileStatus(NativeAzureFileSystem.java:2324) at com.databricks.backend.daemon.dbutils.DBUtilsCore.verifyAzureFileSystem(DBUtilsCore.scala:503) at com.databricks.backend.daemon.dbutils.DBUtilsCore.mount(DBUtilsCore.scala:451) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:380) at py4j.Gateway.invoke(Gateway.java:295) at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) at py4j.commands.CallCommand.execute(CallCommand.java:79) at py4j.GatewayConnection.run(GatewayConnection.java:251) at java.lang.Thread.run(Thread.java:748`