Hi, I filed a jira for this and attached a patch.
https://issues.apache.org/jira/browse/HIVE-1780 - Youngwoo 2010/11/10 Namit Jain <nj...@facebook.com> > It is a typo. > Can you file a jira and fix it ? > > > Thanks, > -namit > > > -----Original Message----- > From: 김영우 [mailto:warwit...@gmail.com] > Sent: Tuesday, November 09, 2010 3:12 AM > To: dev@hive.apache.org > Subject: Confusing in hive-default.xml > > Hi, > > Myabe it is a typo but i'm not sure. > > Excerpt from hive-default.xml (trunk): > <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> > </property> > > The 'CombinedHiveInputFormat' does not exist. It should be > 'CombineHiveInputFormat' so the property's value is > 'org.apache.hadoop.hive.ql.io.CombineHiveInputFormat'. > > I don't know whether it's a intention or typo. > > Thanks. > > - Youngwoo >