You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jv...@apache.org on 2011/02/09 20:49:48 UTC

svn commit: r1069059 - in /hive/trunk: CHANGES.txt build-common.xml

Author: jvs
Date: Wed Feb  9 19:49:48 2011
New Revision: 1069059

URL: http://svn.apache.org/viewvc?rev=1069059&view=rev
Log:
HIVE-1969. TestMinimrCliDriver merge_dynamic_partition2 and 3 are failing
on trunk
(Ning Zhang via jvs)


Modified:
    hive/trunk/CHANGES.txt
    hive/trunk/build-common.xml

Modified: hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hive/trunk/CHANGES.txt?rev=1069059&r1=1069058&r2=1069059&view=diff
==============================================================================
--- hive/trunk/CHANGES.txt (original)
+++ hive/trunk/CHANGES.txt Wed Feb  9 19:49:48 2011
@@ -183,7 +183,7 @@ Trunk -  Unreleased
 
     HIVE-1971 Verbose/echo mode for the Hive CLI
     (Jonathan Natkins via Ning Zhang)
-    
+
 
   IMPROVEMENTS
 
@@ -811,6 +811,10 @@ Trunk -  Unreleased
     HIVE-1970. Modify build to run all tests regardless of subproject failures.
     (Carl Steinbach via jvs)
 
+    HIVE-1969. TestMinimrCliDriver merge_dynamic_partition2 and 3 are failing
+    on trunk
+    (Ning Zhang via jvs)
+
   TASKS
 
     HIVE-1526. Hive should depend on a release version of Thrift

Modified: hive/trunk/build-common.xml
URL: http://svn.apache.org/viewvc/hive/trunk/build-common.xml?rev=1069059&r1=1069058&r2=1069059&view=diff
==============================================================================
--- hive/trunk/build-common.xml (original)
+++ hive/trunk/build-common.xml Wed Feb  9 19:49:48 2011
@@ -54,7 +54,7 @@
   <property name="test.timeout" value="18200000"/>
   <property name="test.junit.output.format" value="xml"/>
   <property name="test.junit.output.usefile" value="true"/>
-  <property name="minimr.query.files" value="input16_cc.q,scriptfile1.q,bucket4.q,bucketmapjoin6.q,disable_merge_for_bucketing.q,reduce_deduplicate.q,smb_mapjoin_8.q,join1.q,groupby2.q,bucketizedhiveinputformat.q,merge_dynamic_partition2.q,merge_dynamic_partition3.q"/>
+  <property name="minimr.query.files" value="input16_cc.q,scriptfile1.q,bucket4.q,bucketmapjoin6.q,disable_merge_for_bucketing.q,reduce_deduplicate.q,smb_mapjoin_8.q,join1.q,groupby2.q,bucketizedhiveinputformat.q"/>
   <property name="test.silent" value="true"/>
   <property name="hadoopVersion" value="${hadoop.version.ant-internal}"/>
   <property name="test.serialize.qplan" value="false"/>