<?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: Serverless Compute in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/serverless-compute/m-p/115521#M45106</link>
    <description>&lt;P&gt;Thanks for the response. When we went through the official documentation, it was mentioned that Serverless compute does not support JAR file installation. Please find below the reference.&lt;BR /&gt;&lt;A href="https://docs.databricks.com/aws/en/compute/serverless/best-practices" target="_blank"&gt;https://docs.databricks.com/aws/en/compute/serverless/best-practices&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Could you please suggest how to install the JDBC driver to write data to an external source?&amp;nbsp;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Apr 2025 13:46:30 GMT</pubDate>
    <dc:creator>harman</dc:creator>
    <dc:date>2025-04-15T13:46:30Z</dc:date>
    <item>
      <title>Serverless Compute</title>
      <link>https://community.databricks.com/t5/data-engineering/serverless-compute/m-p/114815#M44954</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We are using Azure Databricks Serverless Compute to execute workflows and notebooks. My question is :&lt;BR /&gt;Does serverless compute support Maven library installations?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate any insights or suggestions you might have. Thanks in advance for your help.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 11:00:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/serverless-compute/m-p/114815#M44954</guid>
      <dc:creator>harman</dc:creator>
      <dc:date>2025-04-08T11:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Serverless Compute</title>
      <link>https://community.databricks.com/t5/data-engineering/serverless-compute/m-p/114838#M44964</link>
      <description>&lt;DIV class="paragraph"&gt;Azure Databricks Serverless Compute does support Maven library installations; however, there are some important details and limitations to consider:&lt;/DIV&gt;
&lt;OL start="1"&gt;
&lt;LI&gt;
&lt;DIV class="paragraph"&gt;&lt;STRONG&gt;Support for Maven Libraries:&lt;/STRONG&gt;
&lt;UL&gt;
&lt;LI&gt;You can install libraries from a public Maven repository when working with serverless compute. This can include specifying Maven coordinates like &lt;CODE&gt;{ "coordinates": "org.jsoup:jsoup:1.7.2" }&lt;/CODE&gt;.&lt;/LI&gt;
&lt;LI&gt;Custom Maven repositories are also supported, provided they allow unauthenticated access. Libraries are resolved in the Databricks Control Plane, meaning the repository must be accessible from there.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class="paragraph"&gt;&lt;STRONG&gt;Limitations:&lt;/STRONG&gt;
&lt;UL&gt;
&lt;LI&gt;While Maven library installation is supported, Serverless Compute introduces certain constraints. For instance:
&lt;UL&gt;
&lt;LI&gt;Classic Databricks features such as init scripts and cluster-scoped libraries are not supported. Instead, Databricks recommends leveraging environments for dependency management in Serverless Compute.&lt;/LI&gt;
&lt;LI&gt;Libraries installed may not persist across multiple executions, as serverless compute environments are optimized for fast start-up and may be stateless.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Other features, such as Spark-level observability (e.g., accessing Spark UI, detailed driver/executor logs) or tight control over Spark configurations, might also be limited.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class="paragraph"&gt;&lt;STRONG&gt;Recommendations:&lt;/STRONG&gt;
&lt;UL&gt;
&lt;LI&gt;Use environments to cache dependencies where possible, as this reduces the need to reinstall libraries with every execution.&lt;/LI&gt;
&lt;LI&gt;Specify Maven repositories clearly if using custom ones, ensuring they are accessible from the Databricks Control Plane.&lt;/LI&gt;
&lt;LI&gt;Test libraries in a similar environment before deploying them in serverless compute to ensure compatibility.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 08 Apr 2025 14:04:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/serverless-compute/m-p/114838#M44964</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2025-04-08T14:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Serverless Compute</title>
      <link>https://community.databricks.com/t5/data-engineering/serverless-compute/m-p/115521#M45106</link>
      <description>&lt;P&gt;Thanks for the response. When we went through the official documentation, it was mentioned that Serverless compute does not support JAR file installation. Please find below the reference.&lt;BR /&gt;&lt;A href="https://docs.databricks.com/aws/en/compute/serverless/best-practices" target="_blank"&gt;https://docs.databricks.com/aws/en/compute/serverless/best-practices&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Could you please suggest how to install the JDBC driver to write data to an external source?&amp;nbsp;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 13:46:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/serverless-compute/m-p/115521#M45106</guid>
      <dc:creator>harman</dc:creator>
      <dc:date>2025-04-15T13:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Serverless Compute</title>
      <link>https://community.databricks.com/t5/data-engineering/serverless-compute/m-p/115666#M45151</link>
      <description>&lt;P&gt;So, it appears that the there is conflicting documentation on this topic.&amp;nbsp; I checked with our internal documention and what I found was that you CANNOT install JDBC or ODBC drivers on Serverless.&amp;nbsp; See limitations here:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/compute/serverless/limitations" target="_blank"&gt;https://docs.databricks.com/aws/en/compute/serverless/limitations&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Many apologies for the confusion.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, Lou.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 15:18:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/serverless-compute/m-p/115666#M45151</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2025-04-16T15:18:44Z</dc:date>
    </item>
  </channel>
</rss>

