AngersZhuuuu commented on issue #25984: [WIP][SPARK-29308][BUILD] Fix incorrect dep in dev/deps/spark-deps-hadoop-3.2 URL: https://github.com/apache/spark/pull/25984#issuecomment-538759052 @srowen There are some hive jars added with hive group ``` hive-beeline-2.3.6.jar hive-cli-2.3.6.jar hive-common-2.3.6.jar hive-exec-2.3.6-core.jar hive-jdbc-2.3.6.jar hive-llap-common-2.3.6.jar hive-metastore-2.3.6.jar hive-serde-2.3.6.jar hive-service-rpc-2.3.6.jar hive-shims-0.23-2.3.6.jar hive-shims-2.3.6.jar hive-shims-common-2.3.6.jar hive-shims-scheduler-2.3.6.jar hive-storage-api-2.6.0.jar hive-vector-code-gen-2.3.6.jar ``` since origin LICENSE-binary add `org.spark-project.hive` group hive jars. In hadoop-3.2, we add jars in `org.apache.hive` group, I think we should update this too, what do you think?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
