【发布时间】:2021-05-21 20:06:09
【问题描述】:
我使用 Azure Databricks。在我试图做的笔记本中:
dbutils.fs.ls("dbfs:/")
我有这个错误:
java.lang.RuntimeException: java.io.IOException: Failed to perform 'getMountFileState(forceRefresh=true)' for mounts after 3 attempts. Please, retry the operation.
Original exception: 'shaded.databricks.org.apache.hadoop.fs.azure.AzureException: com.microsoft.azure.storage.StorageException: This request is not authorized to perform this operation.
在 Databricks 的事件日志中,我看到 DBFS DOWN。
如何解决 DBFS DOWN 问题?
【问题讨论】:
标签: databricks azure-databricks