<?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: Mount Azure Blob Storage with Cluster access control in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/mount-azure-blob-storage-with-cluster-access-control/m-p/34368#M25123</link>
    <description>&lt;P&gt;Refer to this document-&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/security/access-control/table-acls/table-acl.html#enable-table-access-control-for-a-cluster" target="test_blank"&gt;https://docs.databricks.com/security/access-control/table-acls/table-acl.html#enable-table-access-control-for-a-cluster&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Aug 2022 20:35:08 GMT</pubDate>
    <dc:creator>Vivian_Wilfred</dc:creator>
    <dc:date>2022-08-17T20:35:08Z</dc:date>
    <item>
      <title>Mount Azure Blob Storage with Cluster access control</title>
      <link>https://community.databricks.com/t5/data-engineering/mount-azure-blob-storage-with-cluster-access-control/m-p/34366#M25121</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to mount and share for the one group the container from Azure Blob Storage (It could be simple blob storage or Azure Data Lake Storage gen 2). But I am not able to do it because I am using Cluster with Table Access Control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code and the error:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;storage_name = "***"
container_name = "***"
conf_key = "***"
mount_point = "/mnt/***"
&amp;nbsp;
dbutils.fs.mount(
    source = f"wasbs://{container_name}@{storage_name}.blob.core.windows.net",
    mount_point = mount_point,
    extra_configs = {f"fs.azure.account.key.{storage_name}.blob.core.windows.net": conf_key}
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;py4j.security.Py4JSecurityException: Constructor public com.databricks.backend.deamon.dbutils.FSUtilsParallel(org.apache.spark.SparkContext) is not whitelisted&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;How can I mount a container? When I am using standard cluster everything is okay however, then people (on ACL cluster) cannot see the container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Łukasz&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 17:26:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/mount-azure-blob-storage-with-cluster-access-control/m-p/34366#M25121</guid>
      <dc:creator>LukaszJ</dc:creator>
      <dc:date>2022-08-17T17:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mount Azure Blob Storage with Cluster access control</title>
      <link>https://community.databricks.com/t5/data-engineering/mount-azure-blob-storage-with-cluster-access-control/m-p/34367#M25122</link>
      <description>&lt;P&gt;Hi @Łukasz Jaremek​&amp;nbsp;, dbutils.fs.* commands wouldn’t work on Table ACL clusters since users do not have direct storage access. This is expected behavior.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 20:32:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/mount-azure-blob-storage-with-cluster-access-control/m-p/34367#M25122</guid>
      <dc:creator>Vivian_Wilfred</dc:creator>
      <dc:date>2022-08-17T20:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mount Azure Blob Storage with Cluster access control</title>
      <link>https://community.databricks.com/t5/data-engineering/mount-azure-blob-storage-with-cluster-access-control/m-p/34368#M25123</link>
      <description>&lt;P&gt;Refer to this document-&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/security/access-control/table-acls/table-acl.html#enable-table-access-control-for-a-cluster" target="test_blank"&gt;https://docs.databricks.com/security/access-control/table-acls/table-acl.html#enable-table-access-control-for-a-cluster&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 20:35:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/mount-azure-blob-storage-with-cluster-access-control/m-p/34368#M25123</guid>
      <dc:creator>Vivian_Wilfred</dc:creator>
      <dc:date>2022-08-17T20:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mount Azure Blob Storage with Cluster access control</title>
      <link>https://community.databricks.com/t5/data-engineering/mount-azure-blob-storage-with-cluster-access-control/m-p/34369#M25124</link>
      <description>&lt;P&gt;Dear @Vivian Wilfred​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks you for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see. So what can I do when people want to save DataFrames to the Azure Blob Storage container as csv?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Łukasz&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 05:51:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/mount-azure-blob-storage-with-cluster-access-control/m-p/34369#M25124</guid>
      <dc:creator>LukaszJ</dc:creator>
      <dc:date>2022-08-18T05:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mount Azure Blob Storage with Cluster access control</title>
      <link>https://community.databricks.com/t5/data-engineering/mount-azure-blob-storage-with-cluster-access-control/m-p/34370#M25125</link>
      <description>&lt;P&gt;Hi @Łukasz Jaremek​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does @Vivian Wilfred​&amp;nbsp;response answer your question? If yes, would you be happy to mark it as best so that other members can find the solution more quickly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 06:21:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/mount-azure-blob-storage-with-cluster-access-control/m-p/34370#M25125</guid>
      <dc:creator>Vidula</dc:creator>
      <dc:date>2022-09-12T06:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mount Azure Blob Storage with Cluster access control</title>
      <link>https://community.databricks.com/t5/data-engineering/mount-azure-blob-storage-with-cluster-access-control/m-p/34371#M25126</link>
      <description>&lt;P&gt;I have a good solution to the problem:&lt;/P&gt;&lt;P&gt;I am using &lt;A href="https://pypi.org/project/azure-storage-blob/" alt="https://pypi.org/project/azure-storage-blob/" target="_blank"&gt;Python library&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;There are some &lt;A href="https://learn.microsoft.com/en-us/python/api/azure-storage-blob/azure.storage.blob.blobserviceclient?view=azure-python#examples" alt="https://learn.microsoft.com/en-us/python/api/azure-storage-blob/azure.storage.blob.blobserviceclient?view=azure-python#examples" target="_blank"&gt;documentation&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Topic to be closed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Łukasz&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 09:05:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/mount-azure-blob-storage-with-cluster-access-control/m-p/34371#M25126</guid>
      <dc:creator>LukaszJ</dc:creator>
      <dc:date>2022-11-17T09:05:16Z</dc:date>
    </item>
  </channel>
</rss>

