简体   繁体   English

Databricks DBFS 文件浏览器不显示某些 DBFS 根位置

[英]Databricks DBFS File Browser not showing some DBFS root locations

I have a fresh Azure Databricks instance that I'm doing some experimenting on.我有一个新的 Azure Databricks 实例,我正在对其进行一些试验。 Per the Databricks documentation, I activated the DBFS File Browser in the Admin Console.根据 Databricks 文档,我在管理控制台中激活了 DBFS 文件浏览器

However, when browsing the DBFS root location, only FileStore , mnt and user folders are showing (see below).但是,当浏览 DBFS 根位置时,只显示FileStoremntuser文件夹(见下文)。 Reading this Databricks doc , I expected to also see databricks-datasets , databricks-results and databricks/init , but these are not showing in the GUI.阅读此 Databricks 文档,我预计还会看到databricks-datasetsdatabricks-resultsdatabricks/init ,但这些未显示在 GUI 中。

DBFS 文件浏览器

However, I am able to access eg databricks-datasets programatically through a notebook command:但是,我可以通过笔记本命令以编程方式访问例如databricks-datasets

访问数据块数据集

Does anyone know what is going on here?有谁知道这里发生了什么? At first I thought it may be different since it's an instance of Azure Databricks, but the Azure Databricks documentation is exactly the same and suggests I should be able to see the same root folders.起初我认为它可能有所不同,因为它是 Azure Databricks 的一个实例,但Azure Databricks 文档完全相同,并建议我应该能够看到相同的根文件夹。

Why can I not see some DBFS root folders in the DBFS File Browser GUI, even though I can programatically access them?为什么在 DBFS 文件浏览器 GUI 中看不到某些 DBFS 根文件夹,即使我可以通过编程方式访问它们?

I am noticing the same error.我注意到同样的错误。 The DFFS root has databricks-datasets but the UI isn't showing it. DFFS 根有databricks-datasets ,但 UI 没有显示它。 For some reason, I can't even see it even with the CLI.出于某种原因,即使使用 CLI,我什至看不到它。

databricks fs ls

only shows the following folders仅显示以下文件夹

mnt
tmp
user

I have the same issue.我有同样的问题。 There is no folder/file appearing in the UI of Databricks at the following location: dbfs/FileStore/ even after I do an upload. Databricks 的 UI 中没有文件夹/文件出现在以下位置: dbfs/FileStore/即使我进行了上传。 But it does appear in the notebook when I run dbutils.fs.ls("/FileStore/") .但是当我运行dbutils.fs.ls("/FileStore/")时,它确实出现在笔记本中。

However, the folders and files can be found in the UI at the following location: /FileStore/但是,可以在 UI 中的以下位置找到文件夹和文件: /FileStore/

I do also face the same issue.我也面临同样的问题。 Morning all worked well.Now When i upload file in a new folder created using azure databricks explorer,it is not listing in notebook %ls command.早上一切正常。现在,当我在使用 azure databricks 资源管理器创建的新文件夹中上传文件时,它没有在笔记本 %ls 命令中列出。 But i can create new folder using mkdir command in notebook,that is listed.但是我可以在列出的笔记本中使用 mkdir 命令创建新文件夹。 It is some bug in Databrick.这是 Databrick 中的一些错误。 enter image description here在此处输入图像描述

enter image description here在此处输入图像描述

I have restarted Cluster,reloaded and resigned in notebook.But no solution.The same code was working well in morning.我已经重新启动集群,重新加载并在笔记本中辞职。但没有解决方案。相同的代码在早上运行良好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM