liancheng commented on issue #26619: [SPARK-29981][BUILD] Add hive-1.2/2.3 profiles URL: https://github.com/apache/spark/pull/26619#issuecomment-575752319 Hey @dongjoon-hyun, was investigating some dependency related issues, and found that we are using the `nohive` classifier for `orc-core` [under profile `hive-1.2`][1] but [not `hive-2.3`][2]. I'm not quite familiar with the `orc-core` part. Seems that the `nohive` classifier is mostly for [shading `hive-storage-api` and protobuf][3]. Why we want different artifacts for `hive-1.2` and `hive-2.3` profiles? [1]: https://github.com/apache/spark/blob/abf759a91e01497586b8bb6b7a314dd28fd6cff1/pom.xml#L2961 [2]: https://github.com/apache/spark/blob/abf759a91e01497586b8bb6b7a314dd28fd6cff1/pom.xml#L2968 [3]: https://github.com/apache/orc/blob/rel/release-1.5.8/java/pom.xml#L276-L312
---------------------------------------------------------------- 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]
