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/08/19 21:50:58 UTC

svn commit: r987284 - in /hadoop/hive/trunk: CHANGES.txt ql/src/test/queries/clientpositive/bucketizedhiveinputformat.q

Author: namit
Date: Thu Aug 19 19:50:57 2010
New Revision: 987284

URL: http://svn.apache.org/viewvc?rev=987284&view=rev
Log:
HIVE-1564. bucketizedhiveinputformat does not work in minimr mode
(He Yongqiang via namit)


Modified:
    hadoop/hive/trunk/CHANGES.txt
    hadoop/hive/trunk/ql/src/test/queries/clientpositive/bucketizedhiveinputformat.q

Modified: hadoop/hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/CHANGES.txt?rev=987284&r1=987283&r2=987284&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Thu Aug 19 19:50:57 2010
@@ -163,6 +163,9 @@ Trunk -  Unreleased
     HIVE-1563. tests broken
     (John Sichi via namit)
 
+    HIVE-1564. bucketizedhiveinputformat does not work in minimr mode
+    (He Yongqiang via namit)
+
   TESTS
 
     HIVE-1464. improve  test query performance

Modified: hadoop/hive/trunk/ql/src/test/queries/clientpositive/bucketizedhiveinputformat.q
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/ql/src/test/queries/clientpositive/bucketizedhiveinputformat.q?rev=987284&r1=987283&r2=987284&view=diff
==============================================================================
--- hadoop/hive/trunk/ql/src/test/queries/clientpositive/bucketizedhiveinputformat.q (original)
+++ hadoop/hive/trunk/ql/src/test/queries/clientpositive/bucketizedhiveinputformat.q Thu Aug 19 19:50:57 2010
@@ -1,6 +1,5 @@
 set hive.input.format=org.apache.hadoop.hive.ql.io.BucketizedHiveInputFormat;
 set mapred.min.split.size = 64;
-set dfs.block.size=64; 
 
 CREATE TABLE T1(name STRING) STORED AS TEXTFILE;