Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
trunk
-
None
-
None
Description
If you try to use later versions of Spark (say 1.6), spark_hive pulls in hbase, which pulls in hadoop-common and hadoop-annotations, and any other dependencies that these pull in. It's best not to include hadoop jars in any of the sharelibs so we should exclude these from the Spark sharelib. This is not a problem for the default version of Spark in Oozie (1.1), but extra exclusions don't hurt anything.