Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
1,545 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
spark.conf.set(
"fs.azure.account.key.<storage-account-name>.blob.core.windows.net",
"<storage-account-access-key>")
val df = spark.read.parquet("wasbs://<container-name>@<storage-account-name>.blob.core.windows.net/<directory-name>")
I followed above the above documentation to access files from Azure Blob storage within Databricks notebooks, but I get the following error: "IllegalArgumentException: Cannot initialize WASB file system, URI authority not recognized."
Can anyone help resolve this? Thanks.
@Tobias Following up as I haven't heard back. Are you still facing issue and needs help on this issue.
@Tobias Please let me know if you are still having issues and needs any help.