Repository: hive
Updated Branches:
  refs/heads/branch-2.1 1c104626f -> 39aaec264


HIVE-13955: Include service-rpc and llap-ext-client in packaging files (Jesus 
Camacho Rodriguez, reviewed by Sergey Shelukhin)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/39aaec26
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/39aaec26
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/39aaec26

Branch: refs/heads/branch-2.1
Commit: 39aaec26462007881eb117d63fa258f43a6da871
Parents: 1c10462
Author: Jesus Camacho Rodriguez <jcama...@apache.org>
Authored: Wed Jun 8 13:26:04 2016 +0100
Committer: Jesus Camacho Rodriguez <jcama...@apache.org>
Committed: Wed Jun 8 13:26:04 2016 +0100

----------------------------------------------------------------------
 packaging/pom.xml                   | 5 +++++
 packaging/src/main/assembly/src.xml | 2 ++
 2 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/39aaec26/packaging/pom.xml
----------------------------------------------------------------------
diff --git a/packaging/pom.xml b/packaging/pom.xml
index 3270dfe..8244fec 100644
--- a/packaging/pom.xml
+++ b/packaging/pom.xml
@@ -225,6 +225,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.hive</groupId>
+      <artifactId>hive-llap-ext-client</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hive</groupId>
       <artifactId>hive-hplsql</artifactId>
       <version>${project.version}</version>
     </dependency>

http://git-wip-us.apache.org/repos/asf/hive/blob/39aaec26/packaging/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/packaging/src/main/assembly/src.xml 
b/packaging/src/main/assembly/src.xml
index ba73bd5..f279112 100644
--- a/packaging/src/main/assembly/src.xml
+++ b/packaging/src/main/assembly/src.xml
@@ -79,6 +79,7 @@
         <include>metastore/**/*</include>
         <include>llap-common/**/*</include>
         <include>llap-client/**/*</include>
+        <include>llap-ext-client/**/*</include>
         <include>llap-tez/**/*</include>
         <include>llap-server/**/*</include>
         <include>lib/**/*</include>
@@ -89,6 +90,7 @@
         <include>pom.xml</include>
         <include>ql/**/*</include>
         <include>serde/**/*</include>
+        <include>service-rpc/**/*</include>
         <include>service/**/*</include>
         <include>shims/**/*</include>
         <include>spark-client/**/*</include>

Reply via email to