You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2015/02/25 19:52:59 UTC

[11/13] storm git commit: Added storm-hive to modules.

Added storm-hive to modules.


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

Branch: refs/heads/master
Commit: e62c163335ad6d75d6a6de7d09f3c7d7ff5cbb77
Parents: 58a3479
Author: Sriharsha Chintalapani <ma...@harsha.io>
Authored: Mon Feb 23 14:58:34 2015 -0800
Committer: Sriharsha Chintalapani <ma...@harsha.io>
Committed: Mon Feb 23 14:58:34 2015 -0800

----------------------------------------------------------------------
 pom.xml                                        |  1 +
 storm-dist/binary/src/main/assembly/binary.xml | 14 ++++++++++++++
 2 files changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/e62c1633/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1f7ff79..73f8f62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,6 +162,7 @@
         <module>external/storm-kafka</module>
         <module>external/storm-hdfs</module>
         <module>external/storm-hbase</module>
+        <module>external/storm-hive</module>
         <module>external/storm-jdbc</module>
         <module>external/storm-redis</module>
     </modules>

http://git-wip-us.apache.org/repos/asf/storm/blob/e62c1633/storm-dist/binary/src/main/assembly/binary.xml
----------------------------------------------------------------------
diff --git a/storm-dist/binary/src/main/assembly/binary.xml b/storm-dist/binary/src/main/assembly/binary.xml
index dffffec..246f350 100644
--- a/storm-dist/binary/src/main/assembly/binary.xml
+++ b/storm-dist/binary/src/main/assembly/binary.xml
@@ -117,6 +117,20 @@
                 <include>README.*</include>
             </includes>
         </fileSet>
+        <fileSet>
+            <directory>${project.basedir}/../../external/storm-hive/target</directory>
+            <outputDirectory>external/storm-hive</outputDirectory>
+            <includes>
+                <include>storm*jar</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>${project.basedir}/../../external/storm-hive</directory>
+            <outputDirectory>external/storm-hive</outputDirectory>
+            <includes>
+                <include>README.*</include>
+            </includes>
+        </fileSet>
     </fileSets>
 
     <files>