<?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 do I specify a version of a library different from the Databricks runtime? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-do-i-specify-a-version-of-a-library-different-from-the/m-p/21261#M14473</link>
    <description>&lt;P&gt;For Python libs, the simpler thing is to use %pip install to install them in a notebook. Yes, it could potentially break compatibility with other installed versions. pip will try to figure that out. That could be simpler to deal with than in an init script, and digging for errors on cluster creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Sep 2021 19:19:25 GMT</pubDate>
    <dc:creator>sean_owen</dc:creator>
    <dc:date>2021-09-01T19:19:25Z</dc:date>
    <item>
      <title>How do I specify a version of a library different from the Databricks runtime?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-specify-a-version-of-a-library-different-from-the/m-p/21259#M14471</link>
      <description />
      <pubDate>Wed, 23 Jun 2021 20:26:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-specify-a-version-of-a-library-different-from-the/m-p/21259#M14471</guid>
      <dc:creator>User16137833804</dc:creator>
      <dc:date>2021-06-23T20:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I specify a version of a library different from the Databricks runtime?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-specify-a-version-of-a-library-different-from-the/m-p/21260#M14472</link>
      <description>&lt;P&gt;The question is not clear. What kind of library are you referring to here? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For Python libraries, it's possible to remove the existing libraries and install the new ones using an init script&lt;/LI&gt;&lt;LI&gt;For Jar libraries, adding a different version of jar could be very risky. &lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 23 Jun 2021 21:20:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-specify-a-version-of-a-library-different-from-the/m-p/21260#M14472</guid>
      <dc:creator>brickster_2018</dc:creator>
      <dc:date>2021-06-23T21:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I specify a version of a library different from the Databricks runtime?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-specify-a-version-of-a-library-different-from-the/m-p/21261#M14473</link>
      <description>&lt;P&gt;For Python libs, the simpler thing is to use %pip install to install them in a notebook. Yes, it could potentially break compatibility with other installed versions. pip will try to figure that out. That could be simpler to deal with than in an init script, and digging for errors on cluster creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 19:19:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-specify-a-version-of-a-library-different-from-the/m-p/21261#M14473</guid>
      <dc:creator>sean_owen</dc:creator>
      <dc:date>2021-09-01T19:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I specify a version of a library different from the Databricks runtime?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-specify-a-version-of-a-library-different-from-the/m-p/21262#M14474</link>
      <description>&lt;P&gt;the best solution is to store the .whl locally and do a  pip install of the local whl while server boots up. this will freeze the library version. if you install from the pip it might impact your production work.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 17:47:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-specify-a-version-of-a-library-different-from-the/m-p/21262#M14474</guid>
      <dc:creator>Sebastian</dc:creator>
      <dc:date>2021-09-08T17:47:11Z</dc:date>
    </item>
  </channel>
</rss>

