<?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 NOT install or disable or uninstall Databricks Delta Live Tables dlt module on jobs clust in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/how-to-not-install-or-disable-or-uninstall-databricks-delta-live/m-p/92770#M1980</link>
    <description>&lt;P&gt;For anyone facing a similar problem: I've addressed the issue of the dlt module conflict on my job cluster, by using an init script to remove the dlt module from the cluster's Python environment.&lt;/P&gt;&lt;P&gt;Simply by doing:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;%bash
#!/bin/bash
rm -rf /databricks/spark/python/dlt&lt;/LI-CODE&gt;&lt;P&gt;hth&lt;/P&gt;</description>
    <pubDate>Fri, 04 Oct 2024 13:31:10 GMT</pubDate>
    <dc:creator>matthiasjg</dc:creator>
    <dc:date>2024-10-04T13:31:10Z</dc:date>
    <item>
      <title>How to NOT install or disable or uninstall Databricks Delta Live Tables dlt module on jobs cluster?</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-not-install-or-disable-or-uninstall-databricks-delta-live/m-p/92573#M1964</link>
      <description>&lt;P&gt;I need to NOT have the Databricks Delta Live Tables (DLT) Python stub installed on job cluster b/c of naming conflict w/ &lt;A href="https://pypi.org/project/dlt/" target="_self"&gt;pip library dlt&lt;/A&gt; (and I also don't need delta live tables).&lt;/P&gt;&lt;P&gt;There is no "simple" way of uninstalling. It's not installed via &lt;A href="https://pypi.org/project/databricks-dlt/" target="_self"&gt;pip as databricks-dlt&lt;/A&gt; but as&lt;/P&gt;&lt;LI-CODE lang="python"&gt;&amp;lt;module 'dlt' from '/databricks/spark/python/dlt/__init__.py'&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Also &lt;A href="https://community.databricks.com/t5/community-platform-discussions/uninstalling-a-preinstalled-python-package-from-databricks/m-p/39041/highlight/true#M1059" target="_self"&gt;this&lt;/A&gt; doesn't do the trick.&lt;/P&gt;&lt;P&gt;Thx in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 12:54:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-not-install-or-disable-or-uninstall-databricks-delta-live/m-p/92573#M1964</guid>
      <dc:creator>matthiasjg</dc:creator>
      <dc:date>2024-10-02T12:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to NOT install or disable or uninstall Databricks Delta Live Tables dlt module on jobs clust</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-not-install-or-disable-or-uninstall-databricks-delta-live/m-p/92770#M1980</link>
      <description>&lt;P&gt;For anyone facing a similar problem: I've addressed the issue of the dlt module conflict on my job cluster, by using an init script to remove the dlt module from the cluster's Python environment.&lt;/P&gt;&lt;P&gt;Simply by doing:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;%bash
#!/bin/bash
rm -rf /databricks/spark/python/dlt&lt;/LI-CODE&gt;&lt;P&gt;hth&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2024 13:31:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-not-install-or-disable-or-uninstall-databricks-delta-live/m-p/92770#M1980</guid>
      <dc:creator>matthiasjg</dc:creator>
      <dc:date>2024-10-04T13:31:10Z</dc:date>
    </item>
  </channel>
</rss>

