<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to mount s3 bucket in community edition cluster? in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/how-to-mount-s3-bucket-in-community-edition-cluster/m-p/22066#M1249</link>
    <description>&lt;P&gt;@Hemant Kumar​&amp;nbsp; I found out that mounting an S3 bucket is possible if using the Web UI within a Notebook. &lt;/P&gt;&lt;P&gt;&lt;A href="https://towardsdatascience.com/how-i-connect-an-s3-bucket-to-a-databricks-notebook-to-do-analytics-a7b5258619b8" target="test_blank"&gt;https://towardsdatascience.com/how-i-connect-an-s3-bucket-to-a-databricks-notebook-to-do-analytics-a7b5258619b8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Kaniz Fatma​&amp;nbsp; yes, I would still need help on this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be a viable solution to use a global init script  from dbfs for the cluster created via Databricks Clusters API ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/clusters/init-scripts.html#cluster-scoped-init-script-locations" target="test_blank"&gt;https://docs.databricks.com/clusters/init-scripts.html#cluster-scoped-init-script-locations&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Apr 2022 11:04:34 GMT</pubDate>
    <dc:creator>findinpath</dc:creator>
    <dc:date>2022-04-28T11:04:34Z</dc:date>
    <item>
      <title>How to mount s3 bucket in community edition cluster?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-to-mount-s3-bucket-in-community-edition-cluster/m-p/22062#M1245</link>
      <description>&lt;P&gt;I'm using Databricks Community Edition for testing purposes on a OSS project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm spinning up the cluster automatically through Databricks Clusters API.&lt;/P&gt;&lt;P&gt;The automated tests rely on AWS S3 infrastructure, reason why I need to mount the S3 bucket on the cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to script this operation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found already several references using `dbutils` for doing the mount of the AWS S3 bucket.&lt;/P&gt;&lt;P&gt;However, I'd like to do the mount from outside of a Databricks notebook.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 05:33:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-to-mount-s3-bucket-in-community-edition-cluster/m-p/22062#M1245</guid>
      <dc:creator>findinpath</dc:creator>
      <dc:date>2022-04-27T05:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount s3 bucket in community edition cluster?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-to-mount-s3-bucket-in-community-edition-cluster/m-p/22063#M1246</link>
      <description>&lt;P&gt;There is no way to mount a bucket outside of a notebook.  The good thing is you only need to mount a bucket once in a workspace.  &lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 13:38:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-to-mount-s3-bucket-in-community-edition-cluster/m-p/22063#M1246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-27T13:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount s3 bucket in community edition cluster?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-to-mount-s3-bucket-in-community-edition-cluster/m-p/22064#M1247</link>
      <description>&lt;P&gt;You cannot mount s3​ in community version of Databricks.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 02:14:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-to-mount-s3-bucket-in-community-edition-cluster/m-p/22064#M1247</guid>
      <dc:creator>Hemant</dc:creator>
      <dc:date>2022-04-28T02:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount s3 bucket in community edition cluster?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-to-mount-s3-bucket-in-community-edition-cluster/m-p/22066#M1249</link>
      <description>&lt;P&gt;@Hemant Kumar​&amp;nbsp; I found out that mounting an S3 bucket is possible if using the Web UI within a Notebook. &lt;/P&gt;&lt;P&gt;&lt;A href="https://towardsdatascience.com/how-i-connect-an-s3-bucket-to-a-databricks-notebook-to-do-analytics-a7b5258619b8" target="test_blank"&gt;https://towardsdatascience.com/how-i-connect-an-s3-bucket-to-a-databricks-notebook-to-do-analytics-a7b5258619b8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Kaniz Fatma​&amp;nbsp; yes, I would still need help on this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be a viable solution to use a global init script  from dbfs for the cluster created via Databricks Clusters API ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/clusters/init-scripts.html#cluster-scoped-init-script-locations" target="test_blank"&gt;https://docs.databricks.com/clusters/init-scripts.html#cluster-scoped-init-script-locations&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 11:04:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-to-mount-s3-bucket-in-community-edition-cluster/m-p/22066#M1249</guid>
      <dc:creator>findinpath</dc:creator>
      <dc:date>2022-04-28T11:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount s3 bucket in community edition cluster?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-to-mount-s3-bucket-in-community-edition-cluster/m-p/22067#M1250</link>
      <description>&lt;P&gt;If you still need the ability to mount from outside a notebook, please contact your CSE to file a feature request. &lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 12:02:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-to-mount-s3-bucket-in-community-edition-cluster/m-p/22067#M1250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-28T12:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount s3 bucket in community edition cluster?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-to-mount-s3-bucket-in-community-edition-cluster/m-p/22068#M1251</link>
      <description>&lt;P&gt;@Marius Grama​&amp;nbsp;, To mount the S3 bucket please follow the below document. You can mount it only from the notebook and not from the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the Databricks &lt;B&gt;official&lt;/B&gt; document: &lt;A href="https://docs.databricks.com/data/data-sources/aws/amazon-s3.html#mount-an-s3-bucket" alt="https://docs.databricks.com/data/data-sources/aws/amazon-s3.html#mount-an-s3-bucket" target="_blank"&gt;mount-an-s3-bucket&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to be more clear, in Databricks you can mount S3 using the command "dbutils.fs.mount("s3a://&lt;B&gt;%s&lt;/B&gt;" % aws_bucket_name, "/mnt/&lt;B&gt;%s&lt;/B&gt;" % mount_name)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/dev-tools/databricks-utils.html#databricks-utilities" alt="https://docs.databricks.com/dev-tools/databricks-utils.html#databricks-utilities" target="_blank"&gt;&lt;B&gt;dbutils&lt;/B&gt;&lt;/A&gt;&lt;B&gt; are not supported outside of notebooks.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2022 22:05:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-to-mount-s3-bucket-in-community-edition-cluster/m-p/22068#M1251</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2022-05-08T22:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount s3 bucket in community edition cluster?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-to-mount-s3-bucket-in-community-edition-cluster/m-p/22070#M1253</link>
      <description>&lt;P&gt;I haven't found any solution.&lt;/P&gt;&lt;P&gt;I'm assuming that currently my only option is the usage of Databricks Enterprise to model scenarios involving the mounting of object storage buckets.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 11:09:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-to-mount-s3-bucket-in-community-edition-cluster/m-p/22070#M1253</guid>
      <dc:creator>findinpath</dc:creator>
      <dc:date>2022-05-09T11:09:42Z</dc:date>
    </item>
  </channel>
</rss>

