Repository: hive
Updated Branches:
  refs/heads/master 18c015a8b -> 148f35941


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/148f3594
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/148f3594
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/148f3594

Branch: refs/heads/master
Commit: 148f35941897cd34ebd2b64845c8fa23256f9ff3
Parents: 18c015a
Author: Jesus Camacho Rodriguez <jcama...@apache.org>
Authored: Wed Jun 8 13:25:17 2016 +0100
Committer: Jesus Camacho Rodriguez <jcama...@apache.org>
Committed: Wed Jun 8 13:25:17 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/148f3594/packaging/pom.xml
----------------------------------------------------------------------
diff --git a/packaging/pom.xml b/packaging/pom.xml
index 6e5a396..679dfe8 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/148f3594/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