You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by px...@apache.org on 2017/04/27 07:02:26 UTC

hive git commit: HIVE-16535: Hive fails to build from source code tarball (Pengcheng Xiong, reviewed by Ashutosh Chauhan)

Repository: hive
Updated Branches:
  refs/heads/master e35b3f253 -> 49b0a3609


HIVE-16535: Hive fails to build from source code tarball (Pengcheng Xiong, reviewed by Ashutosh Chauhan)


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

Branch: refs/heads/master
Commit: 49b0a3609bd566b2ca00161b07de613e0d178fc2
Parents: e35b3f2
Author: Pengcheng Xiong <px...@hortonworks.com>
Authored: Thu Apr 27 00:02:10 2017 -0700
Committer: Pengcheng Xiong <px...@hortonworks.com>
Committed: Thu Apr 27 00:02:10 2017 -0700

----------------------------------------------------------------------
 packaging/src/main/assembly/src.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/49b0a360/packaging/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/packaging/src/main/assembly/src.xml b/packaging/src/main/assembly/src.xml
index 820d379..8626922 100644
--- a/packaging/src/main/assembly/src.xml
+++ b/packaging/src/main/assembly/src.xml
@@ -96,6 +96,7 @@
         <include>spark-client/**/*</include>
         <include>storage-api/**/*</include>
         <include>testutils/**/*</include>
+        <include>vector-code-gen/**/*</include>
       </includes>
       <outputDirectory>/</outputDirectory>
     </fileSet>