You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jc...@apache.org on 2017/01/19 01:11:29 UTC

[3/3] hive git commit: HIVE-15613: Include druid-handler sources in src packaging (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

HIVE-15613: Include druid-handler sources in src packaging (Jesus Camacho Rodriguez, 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/cc3ce161
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/cc3ce161
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/cc3ce161

Branch: refs/heads/master
Commit: cc3ce16143eedc8ca6f0965f8ecc5d0e50b84983
Parents: b576301
Author: Jesus Camacho Rodriguez <jc...@apache.org>
Authored: Thu Jan 19 01:11:12 2017 +0000
Committer: Jesus Camacho Rodriguez <jc...@apache.org>
Committed: Thu Jan 19 01:11:12 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/hive/blob/cc3ce161/packaging/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/packaging/src/main/assembly/src.xml b/packaging/src/main/assembly/src.xml
index f279112..a204033 100644
--- a/packaging/src/main/assembly/src.xml
+++ b/packaging/src/main/assembly/src.xml
@@ -68,6 +68,7 @@
         <include>data/**/*</include>
         <include>dev-support/**/*</include>
         <include>docs/**/*</include>
+        <include>druid-handler/**/*</include>
         <include>find-bugs/**/*</include>
         <include>hbase-handler/**/*</include>
         <include>hcatalog/**/*</include>