<?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: What does &amp;quot;ScalaDriverLocal: User Code Compile error&amp;quot; mean? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/what-does-quot-scaladriverlocal-user-code-compile-error-quot/m-p/19544#M13117</link>
    <description>&lt;P&gt;Well I am looking at&lt;/P&gt;&lt;P&gt;&lt;I&gt;ScalaDriverLocal: loadLibraries: Libraries failed to be installed: Set()&lt;/I&gt;&lt;/P&gt;&lt;P&gt;If the library did not succeed in installing, it cannot compile.&lt;/P&gt;&lt;P&gt;You mention beam being included in the jar, but are you sure it is a complete jar (the forum does not allow met to use the word f-a-t :-)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also can you check this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.databricks.com/en_US/jobs/job-fails-no-library" target="test_blank"&gt;https://kb.databricks.com/en_US/jobs/job-fails-no-library&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Dec 2022 09:21:11 GMT</pubDate>
    <dc:creator>-werners-</dc:creator>
    <dc:date>2022-12-02T09:21:11Z</dc:date>
    <item>
      <title>What does "ScalaDriverLocal: User Code Compile error" mean?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-does-quot-scaladriverlocal-user-code-compile-error-quot/m-p/19539#M13112</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;22/11/30 01:45:31 WARN ScalaDriverLocal: loadLibraries: Libraries failed to be installed: Set()
&amp;nbsp;
22/11/30 01:50:14 INFO Utils: resolved command to be run: WrappedArray(getconf, PAGESIZE)
22/11/30 01:50:15 WARN ScalaDriverLocal: User Code Compile error: command--1:1: error: object beam is not a member of package org.apache
org.apache.beam.runners.spark.SparkPipelineRunner.main(Array())&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have submitted a Jar job and my error looks like that. What does it mean to get a "User Code Compile error"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am curious:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What is&amp;nbsp;ScalaDriverLocal: User Code Compile&amp;nbsp;doing?&lt;/LI&gt;&lt;LI&gt;What is causing&amp;nbsp;ScalaDriverLocal: User Code Compile&amp;nbsp;to fail?&lt;/LI&gt;&lt;LI&gt;What does it mean for&amp;nbsp;ScalaDriverLocal: User Code Compile to fail? How can the pipeline continue to run after something like that?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 05:06:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-does-quot-scaladriverlocal-user-code-compile-error-quot/m-p/19539#M13112</guid>
      <dc:creator>cozos</dc:creator>
      <dc:date>2022-12-01T05:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: What does "ScalaDriverLocal: User Code Compile error" mean?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-does-quot-scaladriverlocal-user-code-compile-error-quot/m-p/19540#M13113</link>
      <description>&lt;P&gt;the error is pretty clear:&lt;/P&gt;&lt;P&gt;user submitted code makes the spark driver fail (scaladriverlocal).  &lt;/P&gt;&lt;P&gt;The error explains that 'beam' does not exist.  You use Apache Beam Sparkrunner in your submitted code but it seems the package is not installed on the cluster (or not imported).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://beam.apache.org/documentation/runners/spark/" target="test_blank"&gt;https://beam.apache.org/documentation/runners/spark/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 10:25:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-does-quot-scaladriverlocal-user-code-compile-error-quot/m-p/19540#M13113</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-12-01T10:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: What does "ScalaDriverLocal: User Code Compile error" mean?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-does-quot-scaladriverlocal-user-code-compile-error-quot/m-p/19542#M13115</link>
      <description>&lt;P&gt;Hi @Werner Stinckens​&amp;nbsp;thanks for the help. Unfortunately I don't think its so simple - I do have a JAR that I submitted as a Databricks JAR task, and the JAR does have the org.apache.beam class:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2022-12-01 at 11.45.54 AM"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1076iC7DE1730C75A45F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-12-01 at 11.45.54 AM" alt="Screen Shot 2022-12-01 at 11.45.54 AM" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess what I'm trying to understand is what does &lt;B&gt;ScalaDriverLocal: User Code Compile &lt;/B&gt; mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code is already compiled - it is a JAR containing compiled Java byte code. So how can compilation fail on an already compiled JAR? &lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 21:35:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-does-quot-scaladriverlocal-user-code-compile-error-quot/m-p/19542#M13115</guid>
      <dc:creator>cozos</dc:creator>
      <dc:date>2022-12-01T21:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: What does "ScalaDriverLocal: User Code Compile error" mean?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-does-quot-scaladriverlocal-user-code-compile-error-quot/m-p/19543#M13116</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.databricks.com/s/profile/0053f000000WIC7AAO" alt="https://community.databricks.com/s/profile/0053f000000WIC7AAO" target="_blank"&gt;@werners&lt;/A&gt;&amp;nbsp;(Customer)​&amp;nbsp;thanks for the help. Unfortunately I don't think its so simple - I do have a JAR that I submitted as a Databricks JAR task, and the JAR does have the org.apache.beam class:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1085i9B64A952320435E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen" alt="Screen" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess what I'm trying to understand is what does&amp;nbsp;&lt;B&gt;ScalaDriverLocal: User Code Compile&amp;nbsp;&lt;/B&gt;mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code is already compiled - it is a JAR containing compiled Java byte code. So how can compilation fail on an already compiled JAR?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 21:37:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-does-quot-scaladriverlocal-user-code-compile-error-quot/m-p/19543#M13116</guid>
      <dc:creator>cozos</dc:creator>
      <dc:date>2022-12-01T21:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: What does "ScalaDriverLocal: User Code Compile error" mean?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-does-quot-scaladriverlocal-user-code-compile-error-quot/m-p/19544#M13117</link>
      <description>&lt;P&gt;Well I am looking at&lt;/P&gt;&lt;P&gt;&lt;I&gt;ScalaDriverLocal: loadLibraries: Libraries failed to be installed: Set()&lt;/I&gt;&lt;/P&gt;&lt;P&gt;If the library did not succeed in installing, it cannot compile.&lt;/P&gt;&lt;P&gt;You mention beam being included in the jar, but are you sure it is a complete jar (the forum does not allow met to use the word f-a-t :-)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also can you check this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.databricks.com/en_US/jobs/job-fails-no-library" target="test_blank"&gt;https://kb.databricks.com/en_US/jobs/job-fails-no-library&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 09:21:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-does-quot-scaladriverlocal-user-code-compile-error-quot/m-p/19544#M13117</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-12-02T09:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: What does "ScalaDriverLocal: User Code Compile error" mean?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-does-quot-scaladriverlocal-user-code-compile-error-quot/m-p/19545#M13118</link>
      <description>&lt;P&gt;Yup it is an Uber JAR. I guess I'm trying to understand what it means to install a library. What is Set()? java.lang.Set()? Why are Java stdlib classes being installed? Why would Java stdlib classes *fail* to be installed? What is being compiled? A Java application? How does my already compiled JAR play into this?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 05:39:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-does-quot-scaladriverlocal-user-code-compile-error-quot/m-p/19545#M13118</guid>
      <dc:creator>cozos</dc:creator>
      <dc:date>2022-12-03T05:39:16Z</dc:date>
    </item>
  </channel>
</rss>

