You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by na...@apache.org on 2010/06/24 07:42:52 UTC

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

Author: namit
Date: Thu Jun 24 05:42:52 2010
New Revision: 957425

URL: http://svn.apache.org/viewvc?rev=957425&view=rev
Log:
HIVE-1430. Dont run serialize plan by default (Ning Zhang via namit)


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

Modified: hadoop/hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/CHANGES.txt?rev=957425&r1=957424&r2=957425&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Thu Jun 24 05:42:52 2010
@@ -13,6 +13,8 @@ Trunk -  Unreleased
     HIVE-1394. Do not update transient_lastDdlTime if the partition is modified by a housekeeping
     operation (Ning Zhang via namit)
 
+    HIVE-1430. Dont run serialize plan by default (Ning Zhang via namit)
+
   OPTIMIZATIONS
 
   BUG FIXES

Modified: hadoop/hive/trunk/build-common.xml
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/build-common.xml?rev=957425&r1=957424&r2=957425&view=diff
==============================================================================
--- hadoop/hive/trunk/build-common.xml (original)
+++ hadoop/hive/trunk/build-common.xml Thu Jun 24 05:42:52 2010
@@ -53,7 +53,7 @@
   <property name="minimr.query.files" value="join1.q,groupby1.q"/>
   <property name="test.silent" value="true"/>
   <property name="hadoopVersion" value="${hadoop.version.ant-internal}"/>
-  <property name="test.serialize.qplan" value="true"/>
+  <property name="test.serialize.qplan" value="false"/>
 
   <path id="test.classpath">
     <pathelement location="${test.build.classes}" />