Actually, I just fixed the problem by removing the following in hive-site.xml:
<property> <name>hive.input.format</name> <value>org.apache.hadoop.hive.ql.io.CombineHiveInputFormat</value> </property> Any reason why specifying the above would cause the error? We are using latest version of Hadoop. Thanks, Ryan On Wed, Feb 24, 2010 at 10:40 AM, Ryan LeCompte <[email protected]> wrote: > I actually just tried doing this (using same metastoredb, just using 0.5.0 > release code), and now when I execute a simple query it immediately fails > with the following in hive.log: > > 2010-02-24 10:39:31,950 WARN mapred.JobClient > (JobClient.java:configureCommandLineOptions(539)) - Use GenericOptionsParser > for parsing the arguments. Applications should implement Tool for the same. > 2010-02-24 10:39:33,535 ERROR exec.ExecDriver > (SessionState.java:printError(248)) - Ended Job = job_201002241035_0002 with > errors > 2010-02-24 10:39:33,555 ERROR ql.Driver (SessionState.java:printError(248)) > - FAILED: Execution Error, return code 2 from > org.apache.hadoop.hive.ql.exec.ExecDriver > > Any ideas how to get this working? > > Thanks, > Ryan > > > > On Wed, Feb 24, 2010 at 8:20 AM, Massoud Mazar <[email protected]>wrote: > >> Is it compatible with release-0.4.1-rc2 so I can just replace the code? >> >> -----Original Message----- >> From: Zheng Shao [mailto:[email protected]] >> Sent: Wednesday, February 24, 2010 3:34 AM >> To: [email protected]; [email protected] >> Subject: [ANNOUNCE] Hive 0.5.0 released >> >> Hi folks, >> >> We have released Hive 0.5.0. >> You can find it from the download page in 24 hours (still waiting to >> be mirrored) >> >> http://hadoop.apache.org/hive/releases.html#Download >> >> -- >> Yours, >> Zheng >> > >
