<?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 integrate java 11 code in Databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-integrate-java-11-code-in-databricks/m-p/11189#M6206</link>
    <description>&lt;P&gt;Hi there @Andy Xue​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&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;</description>
    <pubDate>Wed, 07 Sep 2022 11:53:23 GMT</pubDate>
    <dc:creator>Vidula</dc:creator>
    <dc:date>2022-09-07T11:53:23Z</dc:date>
    <item>
      <title>How to integrate java 11 code in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-integrate-java-11-code-in-databricks/m-p/11187#M6204</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're trying to attach java libraries which are compiled/packaged using Java 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After doing some research it looks like even the most recent runtimes use Java 8 which can't run the Java 11 code ("wrong version 55.0, should be 52.0" errors)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there some way to work around this? Perhaps wrapping the java 11 lib code in Scala (which seems to be on a much more modern runtime?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, in a longer term, is there anything on the roadmap for supporting a more modern version of Java?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 21:17:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-integrate-java-11-code-in-databricks/m-p/11187#M6204</guid>
      <dc:creator>data_serf</dc:creator>
      <dc:date>2022-08-04T21:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate java 11 code in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-integrate-java-11-code-in-databricks/m-p/11188#M6205</link>
      <description>&lt;P&gt;There is an experimental support for Java 11 starting with DBR 10.0 (&lt;A href="https://docs.databricks.com/release-notes/runtime/10.0.html#cluster-support-for-jdk-11-public-preview" alt="https://docs.databricks.com/release-notes/runtime/10.0.html#cluster-support-for-jdk-11-public-preview" target="_blank"&gt;release notes&lt;/A&gt;) - to activate it you need to put into environment variables configuration following value.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;JNAME=zulu11-ca-amd64&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 07:10:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-integrate-java-11-code-in-databricks/m-p/11188#M6205</guid>
      <dc:creator>alexott</dc:creator>
      <dc:date>2022-08-05T07:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate java 11 code in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-integrate-java-11-code-in-databricks/m-p/11189#M6206</link>
      <description>&lt;P&gt;Hi there @Andy Xue​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&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;</description>
      <pubDate>Wed, 07 Sep 2022 11:53:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-integrate-java-11-code-in-databricks/m-p/11189#M6206</guid>
      <dc:creator>Vidula</dc:creator>
      <dc:date>2022-09-07T11:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate java 11 code in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-integrate-java-11-code-in-databricks/m-p/11190#M6207</link>
      <description>&lt;P&gt;I have tried setting JNAME=zulu11-ca-amd64 under Cluster &amp;gt; Advanced options &amp;gt; Spark &amp;gt; Environment variables but it doesn't seem to work. I still get errors indicating Java 8 is the JRE and in the Spark UI under "Environment" I still see:&lt;/P&gt;&lt;P&gt;Java Home: /usr/lib/jvm/zulu8-ca-amd64/jre&lt;/P&gt;&lt;P&gt;Java Version: 1.8.0_302 (Azul Systems, Inc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using cluster version "11.2.x-scala2.12".&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 03:28:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-integrate-java-11-code-in-databricks/m-p/11190#M6207</guid>
      <dc:creator>matthewrj</dc:creator>
      <dc:date>2022-09-16T03:28:43Z</dc:date>
    </item>
  </channel>
</rss>

