Author: thejas
Date: Fri Mar 28 23:26:10 2014
New Revision: 1582909
URL: http://svn.apache.org/r1582909
Log:
HIVE-6728 : Missing file override-container-log4j.properties in Hcatalog
(Eugene Koifman via Thejas Nair)
Modified:
hive/branches/branch-0.13/packaging/src/main/assembly/bin.xml
Modified: hive/branches/branch-0.13/packaging/src/main/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/hive/branches/branch-0.13/packaging/src/main/assembly/bin.xml?rev=1582909&r1=1582908&r2=1582909&view=diff
==============================================================================
--- hive/branches/branch-0.13/packaging/src/main/assembly/bin.xml (original)
+++ hive/branches/branch-0.13/packaging/src/main/assembly/bin.xml Fri Mar 28
23:26:10 2014
@@ -280,6 +280,7 @@
<includes>
<include>webhcat-default.xml</include>
<include>webhcat-log4j.properties</include>
+ <include>override-container-log4j.properties</include>
</includes>
<outputDirectory>hcatalog/etc/webhcat</outputDirectory>
</fileSet>