Azure Databrick dbfs file uploaded and folder created not listing in notebook and vice versa.

Bibin Kunjumon 0 Reputation points
2023-06-04T06:41:29.4966667+00:00

I have created multiple folders in location dbfs:/FileStore/demo_store using Browse DBFS.

These folders are not listed when accessing from notebook using %ls.

Dont think,its due to syntax.Nop.

I was working with folder and uploaded file in morning.Now when i created new folder its not working. And also the folders created by notebook using mkdir command listed in notebook but not displayed in explorer/browse

User's image

User's image

dbfs:/FileStore/demo_store/built_model/trained_vggface.h5

In code(notebook) i am using :
This not works - %ls /FileStore/demo_store/trained_models/

This works. - %ls /FileStore/demo_store/

the folder created in morning and files uploaded in morning are still accessible from notebook.But now when i upload in explorer its not showing in notebook, and saved in notebook not shown in explorer.

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,514 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.