<?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: Failing to install a library from dbfs mounted storage (adls2) with pass through credentials cluster in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/20006#M13490</link>
    <description>&lt;P&gt;Hello @Alon Nisser​&amp;nbsp;@Nancy Gupta​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Installing libraries using passthrough credentials is currently not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need below configs on the cluster&lt;/P&gt;&lt;P&gt;fs.azure.account...&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/databricks/data/data-sources/azure/adls-gen2/azure-datalake-gen2-sp-access" alt="https://docs.microsoft.com/en-us/azure/databricks/data/data-sources/azure/adls-gen2/azure-datalake-gen2-sp-access" target="_blank"&gt;https://docs.microsoft.com/en-us/azure/databricks/data/data-sources/azure/adls-gen2/azure-datalake-gen2-sp-access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can file a feature request for this.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 10:36:40 GMT</pubDate>
    <dc:creator>User16764241763</dc:creator>
    <dc:date>2022-06-16T10:36:40Z</dc:date>
    <item>
      <title>Failing to install a library from dbfs mounted storage (adls2) with pass through credentials cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/19993#M13477</link>
      <description>&lt;P&gt;We've setup a premium workspace with passthrough credentials cluster , while they do work and access my adls gen 2 storage&lt;/P&gt;&lt;P&gt;I can't make it install a library on the cluster from there. and keeping getting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Library installation attempted on the driver node of cluster 0522-200212-mib0srv0 and failed. Please refer to the following error message to fix the library or contact Databricks support. Error Code: DRIVER_LIBRARY_INSTALLATION_FAILURE. Error Message: com.google.common.util.concurrent.UncheckedExecutionException: com.databricks.backend.daemon.data.client.adl.AzureCredentialNotFoundException: Could not find ADLS Gen2 Token&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;How can I actually install a "cluster wide" library?  on those passthrough credentials clusters &lt;/P&gt;&lt;P&gt;(The general adls mount is using those credentials to mount the data lake) &lt;/P&gt;&lt;P&gt;This happens on both standard and high concurrency clusters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 May 2022 20:33:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/19993#M13477</guid>
      <dc:creator>alonisser</dc:creator>
      <dc:date>2022-05-22T20:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Failing to install a library from dbfs mounted storage (adls2) with pass through credentials cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/19995#M13479</link>
      <description>&lt;P&gt;Nope @Kaniz Fatma​&amp;nbsp;it's not actually my question, I know how to install a library on a cluster and do it quite a lot. the question is how to install a library stored on the data lake (via dbfs wheel) for a "pass credentials" cluster&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 20:28:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/19995#M13479</guid>
      <dc:creator>alonisser</dc:creator>
      <dc:date>2022-05-24T20:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Failing to install a library from dbfs mounted storage (adls2) with pass through credentials cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/19996#M13480</link>
      <description>&lt;P&gt;I currently got a hack, of copying the library from the data lake to root dbfs. and from there . but I don't like it&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 20:29:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/19996#M13480</guid>
      <dc:creator>alonisser</dc:creator>
      <dc:date>2022-05-24T20:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Failing to install a library from dbfs mounted storage (adls2) with pass through credentials cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/19999#M13483</link>
      <description>&lt;P&gt;Hi @Kaniz Fatma​&amp;nbsp;Even I am facing the same issue. I am trying to use job cluster with credential passthrough enabled to deploy a job but library installation fails with the same exception:&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;"Message: com.google.common.util.concurrent.UncheckedExecutionException: com.databricks.backend.daemon.data.client.adl.AzureCredentialNotFoundException: Could not find ADLS Gen2 Token"&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Where to add the token? or am I missing something?&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 13:34:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/19999#M13483</guid>
      <dc:creator>nancy_g</dc:creator>
      <dc:date>2022-05-25T13:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Failing to install a library from dbfs mounted storage (adls2) with pass through credentials cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/20000#M13484</link>
      <description>&lt;P&gt;@Nancy Gupta​&amp;nbsp;, As far as I can trace this issue, it's about the token isn't set up yet when the cluster is starting; I assume it does work with pass-through credentials after starting the collection regularly? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My hack was to copy the library to the root dbfs (I've created a new folder there) using another group, and then install from this place does work &lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 20:29:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/20000#M13484</guid>
      <dc:creator>alonisser</dc:creator>
      <dc:date>2022-05-25T20:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Failing to install a library from dbfs mounted storage (adls2) with pass through credentials cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/20002#M13486</link>
      <description>&lt;P&gt;@Kaniz Fatma​&amp;nbsp;, yes but that is just a workaround and it would be great if I can get a solution for this!&lt;/P&gt;&lt;P&gt;Also again in the job for any read from adls, it fails again with the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 13:28:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/20002#M13486</guid>
      <dc:creator>nancy_g</dc:creator>
      <dc:date>2022-05-26T13:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Failing to install a library from dbfs mounted storage (adls2) with pass through credentials cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/20003#M13487</link>
      <description>&lt;P&gt;@Kaniz Fatma​&amp;nbsp;, any solutions pls?&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 11:08:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/20003#M13487</guid>
      <dc:creator>nancy_g</dc:creator>
      <dc:date>2022-05-31T11:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Failing to install a library from dbfs mounted storage (adls2) with pass through credentials cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/20006#M13490</link>
      <description>&lt;P&gt;Hello @Alon Nisser​&amp;nbsp;@Nancy Gupta​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Installing libraries using passthrough credentials is currently not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need below configs on the cluster&lt;/P&gt;&lt;P&gt;fs.azure.account...&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/databricks/data/data-sources/azure/adls-gen2/azure-datalake-gen2-sp-access" alt="https://docs.microsoft.com/en-us/azure/databricks/data/data-sources/azure/adls-gen2/azure-datalake-gen2-sp-access" target="_blank"&gt;https://docs.microsoft.com/en-us/azure/databricks/data/data-sources/azure/adls-gen2/azure-datalake-gen2-sp-access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can file a feature request for this.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 10:36:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/20006#M13490</guid>
      <dc:creator>User16764241763</dc:creator>
      <dc:date>2022-06-16T10:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Failing to install a library from dbfs mounted storage (adls2) with pass through credentials cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/20007#M13491</link>
      <description>&lt;P&gt;Sorry I can't figure this out, the link you've added is irrelevant for passthrough credentials, if we add it the cluster won't be passthrough, Is there a way to add this just for  a specific folder? while keeping passthrough for the rest?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 18:35:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/failing-to-install-a-library-from-dbfs-mounted-storage-adls2/m-p/20007#M13491</guid>
      <dc:creator>alonisser</dc:creator>
      <dc:date>2022-06-16T18:35:59Z</dc:date>
    </item>
  </channel>
</rss>

