Author: dhruba
Date: Thu Sep 11 17:03:47 2008
New Revision: 694554

URL: http://svn.apache.org/viewvc?rev=694554&view=rev
Log:
HADOOP-4133. Log files generated by Hive should reside in the 
build directory. (Prasad Chakka via dhruba)


Removed:
    hadoop/core/trunk/src/contrib/hive/metastore/derby.log
    hadoop/core/trunk/src/contrib/hive/ql/derby.log
    hadoop/core/trunk/src/contrib/hive/velocity.log
Modified:
    hadoop/core/trunk/CHANGES.txt
    hadoop/core/trunk/src/contrib/hive/build-common.xml

Modified: hadoop/core/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=694554&r1=694553&r2=694554&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Thu Sep 11 17:03:47 2008
@@ -528,6 +528,9 @@
 
     HADOOP-4154. Fix type warnings in WritableUtils. (szetszwo via omalley)
 
+    HADOOP-4133. Log files generated by Hive should reside in the 
+    build directory. (Prasad Chakka via dhruba)
+
 Release 0.18.1 - Unreleased
 
   IMPROVEMENTS

Modified: hadoop/core/trunk/src/contrib/hive/build-common.xml
URL: 
http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/hive/build-common.xml?rev=694554&r1=694553&r2=694554&view=diff
==============================================================================
--- hadoop/core/trunk/src/contrib/hive/build-common.xml (original)
+++ hadoop/core/trunk/src/contrib/hive/build-common.xml Thu Sep 11 17:03:47 2008
@@ -211,6 +211,7 @@
       <jvmarg 
value="-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y"/> -->
       <sysproperty key="test.output.overwrite" value="${overwrite}"/>
       <sysproperty key="log4j.configuration" 
value="file://${test.data.dir}/conf/hive-log4j.properties"/>
+      <sysproperty key="derby.stream.error.file" 
value="${test.build.dir}/derby.log"/>
       <classpath refid="${test.classpath.id}"/>
       <formatter type="${test.junit.output.format}" />
       <batchtest todir="${test.build.dir}" unless="testcase">


Reply via email to