File Store in Azure Databricks Community Edition

Alessandro Di Tocco 0 Reputation points
2023-09-21T08:26:36.6033333+00:00

Hi,

Is the File Store available to Azure Databricks Community Edition?

How can I access it?

Thanks

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,534 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tech-Hyd-1989 5,816 Reputation points
    2023-09-21T08:33:25.2333333+00:00

    Hello Alessandro Di Tocco

    Yes, the File Store is available to Azure Databricks Community Edition users. You can access it by using the following steps:

    1. Go to the Azure portal and sign into your account.
    2. Click on the "Azure Databricks" blade.
    3. Click on the name of your Databricks workspace to open its details page.
    4. In the "Files" section, click on the "FileStore" tab.
    5. You will see a list of all the files and folders in your File Store.

    You can also access the File Store using the Databricks CLI. To do this, you can use the following command:

    dbfs ls
    

    This command will list all the files and folders in your File Store.

    You can also access the File Store using the Databricks REST API. To do this, you can use the following API endpoint:

    https://<databricks-instance>/files/
    

    You can use this API endpoint to list, create, read, update, and delete files and folders in your File Store.

    I hope this helps! Let me know if you have any other questions.


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.