How to mount s3 bucket in community edition cluster?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2022 10:33 PM
I'm using Databricks Community Edition for testing purposes on a OSS project.
I'm spinning up the cluster automatically through Databricks Clusters API.
The automated tests rely on AWS S3 infrastructure, reason why I need to mount the S3 bucket on the cluster.
Is there a way to script this operation?
I have found already several references using `dbutils` for doing the mount of the AWS S3 bucket.
However, I'd like to do the mount from outside of a Databricks notebook.
Labels:
- Labels:
-
OSS