Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
1.5.0
-
None
Description
The latest spark/hive integration round has closed the gap with Hive versions, but the integration is still pretty complex
- SparkSQL has deep hooks into the parser
- hivethriftserver uses "aggressive reflection" to inject spark classes into the Hive base classes.
- there's a separate org.sparkproject.hive JAR to isolate Kryo versions while avoiding the hive uberjar with all its dependencies getting into the spark uberjar.
We can improve this with some assistance from the other projects, even though no guarantees of stability of things like the parser and thrift server APIs are likely in the near future
Attachments
Issue Links
- is related to
-
HIVE-12175 Upgrade Kryo version to 3.0.x
- Closed
-
SPARK-11416 Upgrade kryo package to version 3.0
- Resolved