<?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 NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly) in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11358#M6346</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working for Couchbase on the Couchbase Spark Connector and noticed something weird which I haven't been able to get to the bottom of so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For query DataFrames we use the Datasource v2 API and we delegate the JSON parsing to the org.apache.spark.sql.catalyst.json.CreateJacksonParser -- (https://github.com/couchbase/couchbase-spark-connector/blob/master/src/main/scala/com/couchbase/spark/query/QueryPartitionReader.scala#L56) .. this all works fine, both in a local IDE setup or when the job is sent to a local spark distributed setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I run it in a databricks notebook, I get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Job aborted due to stage failure.
Caused by: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser$.string(Lcom/fasterxml/jackson/core/JsonFactory;Ljava/lang/String;)Lcom/fasterxml/jackson/core/JsonParser;
	at org.apache.spark.sql.CouchbaseJsonUtils$.$anonfun$createParser$1(CouchbaseJsonUtils.scala:41)
	at org.apache.spark.sql.catalyst.json.JacksonParser.$anonfun$parse$1(JacksonParser.scala:490)
	at org.apache.spark.util.Utils$.tryWithResource(Utils.scala:2952)
	at org.apache.spark.sql.catalyst.json.JacksonParser.parse(JacksonParser.scala:490)
	at com.couchbase.spark.query.QueryPartitionReader.$anonfun$rows$2(QueryPartitionReader.scala:54)
	at scala.collection.TraversableLike.$anonfun$flatMap$1(TraversableLike.scala:293)
	at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62)
	at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55)
	at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:49)
	at scala.collection.TraversableLike.flatMap(TraversableLike.scala:293)
....
	at java.lang.Thread.run(Thread.java:748)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any idea why Caused by: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser$.string(Lcom/fasterxml/jackson/core/JsonFactory;Ljava/lang/String;)Lcom/fasterxml/jackson/core/JsonParser; is not available in this environment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
    <pubDate>Tue, 09 Nov 2021 10:44:58 GMT</pubDate>
    <dc:creator>daschl</dc:creator>
    <dc:date>2021-11-09T10:44:58Z</dc:date>
    <item>
      <title>NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11358#M6346</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working for Couchbase on the Couchbase Spark Connector and noticed something weird which I haven't been able to get to the bottom of so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For query DataFrames we use the Datasource v2 API and we delegate the JSON parsing to the org.apache.spark.sql.catalyst.json.CreateJacksonParser -- (https://github.com/couchbase/couchbase-spark-connector/blob/master/src/main/scala/com/couchbase/spark/query/QueryPartitionReader.scala#L56) .. this all works fine, both in a local IDE setup or when the job is sent to a local spark distributed setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I run it in a databricks notebook, I get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Job aborted due to stage failure.
Caused by: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser$.string(Lcom/fasterxml/jackson/core/JsonFactory;Ljava/lang/String;)Lcom/fasterxml/jackson/core/JsonParser;
	at org.apache.spark.sql.CouchbaseJsonUtils$.$anonfun$createParser$1(CouchbaseJsonUtils.scala:41)
	at org.apache.spark.sql.catalyst.json.JacksonParser.$anonfun$parse$1(JacksonParser.scala:490)
	at org.apache.spark.util.Utils$.tryWithResource(Utils.scala:2952)
	at org.apache.spark.sql.catalyst.json.JacksonParser.parse(JacksonParser.scala:490)
	at com.couchbase.spark.query.QueryPartitionReader.$anonfun$rows$2(QueryPartitionReader.scala:54)
	at scala.collection.TraversableLike.$anonfun$flatMap$1(TraversableLike.scala:293)
	at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62)
	at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55)
	at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:49)
	at scala.collection.TraversableLike.flatMap(TraversableLike.scala:293)
....
	at java.lang.Thread.run(Thread.java:748)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any idea why Caused by: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser$.string(Lcom/fasterxml/jackson/core/JsonFactory;Ljava/lang/String;)Lcom/fasterxml/jackson/core/JsonParser; is not available in this environment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 10:44:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11358#M6346</guid>
      <dc:creator>daschl</dc:creator>
      <dc:date>2021-11-09T10:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11360#M6348</link>
      <description>&lt;P&gt;@Kaniz Fatma​&amp;nbsp; thanks for your reply. Since this question is very implementation specific and not really related to general usage, would it make sense to connect me to an engineer familiar with the environment and the internals of the datasource v2 API? Can also be via email or a different channel.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 07:03:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11360#M6348</guid>
      <dc:creator>daschl</dc:creator>
      <dc:date>2021-11-10T07:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11362#M6350</link>
      <description>&lt;P&gt;@Kaniz Fatma​&amp;nbsp; the entire question is in the original post - if there is further clarification needed I'm happy to provide that.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 17:08:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11362#M6350</guid>
      <dc:creator>daschl</dc:creator>
      <dc:date>2021-11-10T17:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11363#M6351</link>
      <description>&lt;P&gt;@Kaniz Fatma​&amp;nbsp; would appreciate if you can assign someone to help us get past this hurdle. &lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 18:48:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11363#M6351</guid>
      <dc:creator>AV</dc:creator>
      <dc:date>2021-11-10T18:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11365#M6353</link>
      <description>&lt;P&gt;@Kaniz Fatma​&amp;nbsp;I think you are not quite understanding - we are currently in the process of updating the exact page you linked (we work for couchbase!) and in that process of updating to Spark 3 we ran into the issue above. So this is specific to the databricks notebook platform, since it works with a standalone spark application... what you are telling us here is to "turn it off and on again", and we'd appreciate if it's possible to get some input from actual Databricks engineers working on that environment. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 07:44:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11365#M6353</guid>
      <dc:creator>daschl</dc:creator>
      <dc:date>2021-11-11T07:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11367#M6355</link>
      <description>&lt;P&gt;Hello @Michael Nitschinger​&amp;nbsp; , I am not aware of your cluster config but you may consider this jar to be updated as library. and see if are still running into this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, please look into  this -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;You cannot access this data source from a cluster running Databricks Runtime 7.0 or above because a Couchbase connector that supports Apache Spark 3.0 is not available.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/data/data-sources/couchbase.html?_ga=2.268369358.1592229266.1636717958-1857667707.1619420936" target="test_blank"&gt;https://docs.databricks.com/data/data-sources/couchbase.html?_ga=2.268369358.1592229266.1636717958-1857667707.1619420936&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 13:39:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11367#M6355</guid>
      <dc:creator>Atanu</dc:creator>
      <dc:date>2021-11-12T13:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11368#M6356</link>
      <description>&lt;P&gt;@Atanu Sarkar​&amp;nbsp; what do you mean by updating the jar? The Couchbase connector supports apache spark 3.0, I wrote the new connector. We are planning to update the page you linked and we ran into the issue above.  I need someone to help me debug why our Spark connector works under Spark 3 but not under Databricks Notebook.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 13:51:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11368#M6356</guid>
      <dc:creator>daschl</dc:creator>
      <dc:date>2021-11-12T13:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11369#M6357</link>
      <description>&lt;P&gt;hi @Michael Nitschinger​&amp;nbsp;, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you unblocked or still facing this issue? &lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 19:31:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11369#M6357</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2021-11-29T19:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11370#M6358</link>
      <description>&lt;P&gt;Yes still facing the issue as described above!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 19:57:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11370#M6358</guid>
      <dc:creator>daschl</dc:creator>
      <dc:date>2021-11-29T19:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11371#M6359</link>
      <description>&lt;P&gt;@Michael Nitschinger​&amp;nbsp;Could you let us know your cluster DBR versions? &lt;/P&gt;&lt;P&gt;If you can add spark configuration: spark.driver.extraJavaOptions verbose:class to your cluster and run your use case again, this will print out the class org.apache.spark.sql.catalyst.json.CreateJacksonParser is loading from which jar in the driver stdout logs. &lt;/P&gt;&lt;P&gt;With those two info, I can decompile the jar and find out the root cause of the issue. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 22:20:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11371#M6359</guid>
      <dc:creator>User16752239289</dc:creator>
      <dc:date>2021-12-02T22:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11372#M6360</link>
      <description>&lt;P&gt;So I've been using DBR 10.1 right now. Here are all the driver logs: &lt;A href="https://gist.github.com/daschl/8f3e996caf003a903006fff57d6396e3" alt="https://gist.github.com/daschl/8f3e996caf003a903006fff57d6396e3" target="_blank"&gt;https://gist.github.com/daschl/8f3e996caf003a903006fff57d6396e3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If needed (via email) I can also give you access to the JAR I'm using as well give you access to a couchbase cluster to actually test it end-to-end.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 07:18:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11372#M6360</guid>
      <dc:creator>daschl</dc:creator>
      <dc:date>2021-12-03T07:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11373#M6361</link>
      <description>&lt;P&gt;answered below, hope that helps!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 07:19:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11373#M6361</guid>
      <dc:creator>daschl</dc:creator>
      <dc:date>2021-12-03T07:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11374#M6362</link>
      <description>&lt;P&gt;Hello @Xin Wang​&amp;nbsp; thank you for helping us out. Any further updates on this ? &lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 17:16:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11374#M6362</guid>
      <dc:creator>AV</dc:creator>
      <dc:date>2021-12-06T17:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11375#M6363</link>
      <description>&lt;P&gt;Hello @Xin Wang​&amp;nbsp;, do you have everything that you had asked for previously, any ETA on this. Please let us know we are currently blocked. Appreciate a quick turnaround &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 17:18:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11375#M6363</guid>
      <dc:creator>AV</dc:creator>
      <dc:date>2021-12-10T17:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11376#M6364</link>
      <description>&lt;P&gt;Hello @ARUN VIJAYRAGHAVAN​&amp;nbsp; really apologize for the late response. Could you add &amp;nbsp;spark.driver.extraJavaOptions verbose:class to your local spark distributed setup? So that we will have the same logs as you posted before for Databricks cluster. I need to do a comparison between local spark distributed setup and databricks cluster.  &lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 17:27:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11376#M6364</guid>
      <dc:creator>User16752239289</dc:creator>
      <dc:date>2021-12-10T17:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11377#M6365</link>
      <description>&lt;P&gt;Here you go: &lt;A href="https://gist.github.com/daschl/c2528af17af727d0688f4366d2177498" target="test_blank"&gt;https://gist.github.com/daschl/c2528af17af727d0688f4366d2177498&lt;/A&gt; .. I ran a local master and worker and then published the same app into it with spark-submit. Note that our connector in this case is provided via --jars&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(./spark-submit --jars ~/code/couchbase-spark-connector/target/scala-2.12/spark-connector-assembly-3.2.0-SNAPSHOT.jar --conf "spark.executor.extraJavaOptions=-verbose:class" --master spark://machine.local:7077 ~/code/scala/spark3-examples/target/scala-2.12/spark3-examples_2.12-1.0.0-SNAPSHOT.jar)&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 14:33:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11377#M6365</guid>
      <dc:creator>daschl</dc:creator>
      <dc:date>2021-12-13T14:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11378#M6366</link>
      <description>&lt;P&gt;From the logs I can see that locally this is loaded:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[7.160s][info][class,load] org.apache.spark.sql.catalyst.json.CreateJacksonParser$ source: file:/Users/myuser/Downloads/spark-3.2.0-bin-hadoop3.2/jars/spark-catalyst_2.12-3.2.0.jar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it seems to be missing in the databricks environment.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 14:39:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11378#M6366</guid>
      <dc:creator>daschl</dc:creator>
      <dc:date>2021-12-13T14:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11379#M6367</link>
      <description>&lt;P&gt;Hello @Xin Wang​&amp;nbsp; thank you so much for your response earlier. totally understand. I think @Michael Nitschinger​&amp;nbsp; has provided you with the information thats needed. Should that suffice your needs for debugging ? please let us know, this is a blocker for us and our customers.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 04:30:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11379#M6367</guid>
      <dc:creator>AV</dc:creator>
      <dc:date>2021-12-14T04:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError: org.apache.spark.sql.catalyst.json.CreateJacksonParser on Databricks Cloud (but not on Spark Directly)</title>
      <link>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11380#M6368</link>
      <description>&lt;P&gt;Since there hasn't been any progress on this for over a month, I applied a workaround and copied the classes into the connector source code so we don't have to rely on the databricks classloader. It seems to work in my testing and will be released with the next minor version (connector 3.2.0). Nonetheless I still think this is an issue in the databricks notebook and should be addressed on your side?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 15:22:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/nosuchmethoderror-org-apache-spark-sql-catalyst-json/m-p/11380#M6368</guid>
      <dc:creator>daschl</dc:creator>
      <dc:date>2021-12-27T15:22:50Z</dc:date>
    </item>
  </channel>
</rss>

