From bb27b260d82fa0a77d9fea3c123f2af8f1ea88aa Mon Sep 17 00:00:00 2001 From: jerryshao Date: Tue, 5 Jun 2018 14:59:37 +0800 Subject: [PATCH] HIVE-16391: Add a new classifier for hive-exec to be used by Spark --- ql/pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/ql/pom.xml b/ql/pom.xml index 092640c0bc..e9b25d48d6 100644 --- a/ql/pom.xml +++ b/ql/pom.xml @@ -675,6 +675,34 @@ maven-shade-plugin + build-spark-exec-bundle + package + + shade + + + true + core-spark + + + org.apache.hive:hive-exec + com.esotericsoftware.kryo:kryo + com.google.protobuf:protobuf-java + + + + + com.esotericsoftware + org.apache.hive.com.esotericsoftware + + + com.google.protobuf + org.apache.hive.com.google.protobuf + + + + + build-exec-bundle package -- 2.11.0 (Apple Git-81)