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 2009/11/11 02:13:44 UTC

svn commit: r834735 - in /hadoop/hive/trunk: CHANGES.txt conf/hive-default.xml

Author: namit
Date: Wed Nov 11 01:13:43 2009
New Revision: 834735

URL: http://svn.apache.org/viewvc?rev=834735&view=rev
Log:
HIVE-923 Use HiveInputFormat by default (Zheng Shao via namit)


Modified:
    hadoop/hive/trunk/CHANGES.txt
    hadoop/hive/trunk/conf/hive-default.xml

Modified: hadoop/hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/CHANGES.txt?rev=834735&r1=834734&r2=834735&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Wed Nov 11 01:13:43 2009
@@ -254,6 +254,8 @@
 
     HIVE-921 MapJoin schema reordering (Ning Zhang via namit)
 
+    HIVE-923 Use HiveInputFormat by default (Zheng Shao via namit)
+
 Release 0.4.0 -  Unreleased
 
   INCOMPATIBLE CHANGES

Modified: hadoop/hive/trunk/conf/hive-default.xml
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/conf/hive-default.xml?rev=834735&r1=834734&r2=834735&view=diff
==============================================================================
--- hadoop/hive/trunk/conf/hive-default.xml (original)
+++ hadoop/hive/trunk/conf/hive-default.xml Wed Nov 11 01:13:43 2009
@@ -372,7 +372,7 @@
 
 <property>
   <name>hive.input.format</name>
-  <value></value>
+  <value>org.apache.hadoop.hive.ql.io.HiveInputFormat</value>
   <description>The default input format, if it is not specified, the system assigns it. It is set to HiveInputFormat for hadoop versions 17, 18 and 19, whereas it is set to CombinedHiveInputFormat for hadoop 20. The user can always overwrite it - if there is a bug in CombinedHiveInputFormat, it can always be manually set to HiveInputFormat. </description>
 </property>