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/11/11 06:16:10 UTC

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

Author: namit
Date: Thu Nov 11 05:16:10 2010
New Revision: 1033816

URL: http://svn.apache.org/viewvc?rev=1033816&view=rev
Log:
HIVE-1780 Typo in hive-default.xml
(Youngwoo Kim via namit)


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

Modified: hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hive/trunk/CHANGES.txt?rev=1033816&r1=1033815&r2=1033816&view=diff
==============================================================================
--- hive/trunk/CHANGES.txt (original)
+++ hive/trunk/CHANGES.txt Thu Nov 11 05:16:10 2010
@@ -477,6 +477,9 @@ Trunk -  Unreleased
     quote identifiers using backticks
     (Skye Berghel via jvs)
 
+    HIVE-1780 Typo in hive-default.xml
+    (Youngwoo Kim via namit)
+
   TESTS
 
     HIVE-1464. improve  test query performance

Modified: hive/trunk/conf/hive-default.xml
URL: http://svn.apache.org/viewvc/hive/trunk/conf/hive-default.xml?rev=1033816&r1=1033815&r2=1033816&view=diff
==============================================================================
--- hive/trunk/conf/hive-default.xml (original)
+++ hive/trunk/conf/hive-default.xml Thu Nov 11 05:16:10 2010
@@ -500,7 +500,7 @@
 <property>
   <name>hive.input.format</name>
   <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>
+  <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 CombineHiveInputFormat for hadoop 20. The user can always overwrite it - if there is a bug in CombineHiveInputFormat, it can always be manually set to HiveInputFormat. </description>
 </property>
 
 <property>