Skip to content

Commit

Permalink
Added storm-hive to modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
harshach committed Feb 23, 2015
1 parent 58a3479 commit e62c163
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
14 changes: 14 additions & 0 deletions storm-dist/binary/src/main/assembly/binary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e62c163

Please sign in to comment.