pan3793 edited a comment on pull request #33989: URL: https://github.com/apache/spark/pull/33989#issuecomment-919637709
If I understand correctly, the `hive-shaded` module creates a fat jar that contains all hive classes and the classes from transitive dependencies of hive, but only a few classes are relocated. (Correct me if I'm wrong) That means those classes which are not relocated will cause class conflict if the user also provides the original jars, e.g. HikariCP. For this case, maybe we can learn something from https://github.com/trinodb/trino-hive-apache -- 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]
