hanson2021 commented on issue #5917: URL: https://github.com/apache/kyuubi/issues/5917#issuecomment-1869328324
I use mvn to rebuild my spark-3.1.2 with default hive.version=2.3.7 in pom.xml. If changed to hive.version=3.1.2 which is same to my product environment, spark-3.1.2 cannot rebuild sucessfully. But I found another way to solve it. It is that to rebuild my hive-3.1.2 packages by adding new functions "public static void copyTableJobPropertiesToConf(TableDesc tbl, Configuration job) " in "./ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java". The logical content of new function copy from hive-2.3.7 . And then change with new hive-exec-3.1.2.jar in my sparksql runtime . -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
