Github user pwendell commented on the pull request:
https://github.com/apache/spark/pull/2685#issuecomment-61051413
The problem here is that Hive 0.13 upgrades the Kryo version from 2.21 to
2.22. Spark previously depends on Kryo 2.22 via chill. In Kryo 2.22 they made a
build change where they started inlining the objenesis dependency via shading.
This patch somehow causes Spark to compile against Kryo 2.21 and run against
Kryo 2.22, which is the root cause of the errors.
My suggestion was to just exclude Kryo from Hive, hoping that it would
result in us just keeping Kryo 2.21 and that Hive could deal with it. We might
need to exclude it in other places than hive-exec. That could be the issue.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]