You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "wangyum (via GitHub)" <gi...@apache.org> on 2023/08/11 03:39:07 UTC

[GitHub] [spark] wangyum commented on a diff in pull request #42447: [SPARK-44719][SQL][3.5] Fix NoClassDefFoundError when using Hive UDF

wangyum commented on code in PR #42447:
URL: https://github.com/apache/spark/pull/42447#discussion_r1290863628


##########
pom.xml:
##########
@@ -1821,12 +1825,17 @@
           </exclusion>
         </exclusions>
       </dependency>
-      <!-- Hive 2.3 need this to init Hive's FunctionRegistry -->
+      <dependency>
+        <groupId>org.codehaus.jackson</groupId>
+        <artifactId>jackson-core-asl</artifactId>
+        <version>${codehaus.jackson.version}</version>
+        <scope>${hadoop.deps.scope}</scope>

Review Comment:
   Hadoop 3.3.4 still need this: https://issues.apache.org/jira/browse/HADOOP-13332



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org