Author: khorgath
Date: Fri Jan 20 17:49:09 2012
New Revision: 1234029
URL: http://svn.apache.org/viewvc?rev=1234029&view=rev
Log:
HCATALOG-223 Include HWI (vikram.dixit via khorgath)
Modified:
incubator/hcatalog/trunk/CHANGES.txt
incubator/hcatalog/trunk/build.xml
Modified: incubator/hcatalog/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1234029&r1=1234028&r2=1234029&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Fri Jan 20 17:49:09 2012
@@ -58,6 +58,8 @@ Trunk (unreleased changes)
HCAT-63. RPM package integration with Hadoop (khorgath via hashutosh)
IMPROVEMENTS
+ HCAT-223. Include HWI (vikram.dixit via khorgath)
+
HCAT-166. Making configuration/installation automatable (vikram.dixit via
khorgath)
HCAT-179. Make HCatalog compile against Hadoop 0.23 (thw via khorgath)
Modified: incubator/hcatalog/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build.xml?rev=1234029&r1=1234028&r2=1234029&view=diff
==============================================================================
--- incubator/hcatalog/trunk/build.xml (original)
+++ incubator/hcatalog/trunk/build.xml Fri Jan 20 17:49:09 2012
@@ -517,6 +517,14 @@
<include name="hive-metastore-*.jar"/>
</fileset>
+ <fileset dir="hive/external/build/hwi">
+ <include name="hive-hwi-*.war"/>
+ </fileset>
+
+ <fileset dir="hive/external/build/hwi">
+ <include name="hive-hwi-*.jar"/>
+ </fileset>
+
</copy>
<copy todir="${dist.dir}/bin">
@@ -549,6 +557,7 @@
<fileset file="hive/external/bin/ext/metastore.sh"/>
<fileset file="hive/external/bin/ext/cli.sh"/>
<fileset file="hive/external/bin/ext/help.sh"/>
+ <fileset file="hive/external/bin/ext/hwi.sh"/>
</copy>
<copy todir="${dist.dir}/bin/ext/util">