You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by om...@apache.org on 2017/07/17 22:41:35 UTC

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

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

Branch: refs/heads/branch-2.2
Commit: 7fecde535c30c1f3832f4a4efc63faad0f6d66fd
Parents: 0a35123
Author: Pengcheng Xiong <px...@hortonworks.com>
Authored: Thu Apr 27 00:02:10 2017 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Mon Jul 17 15:16:19 2017 -0700

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


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