I opened: https://issues.apache.org/jira/browse/HIVE-5497
On Wed, Oct 9, 2013 at 12:00 AM, Edward Capriolo <edlinuxg...@gmail.com>wrote: > -1 > > Hive does not work with hadoop 0.20.2 > > [edward@jackintosh hive-0.12.0-bin]$ export > HADOOP_HOME=/home/edward/hadoop-0.20.2/ > [edward@jackintosh hive-0.12.0-bin]$ bin/hive > > Logging initialized using configuration in > jar:file:/home/edward/Documents/java/hive-0.12.0-bin/lib/hive-common-0.12.0.jar!/hive-log4j.properties > hive> select min(a) from a; > Total MapReduce jobs = 1 > Launching Job 1 out of 1 > Number of reduce tasks determined at compile time: 1 > In order to change the average load for a reducer (in bytes): > set hive.exec.reducers.bytes.per.reducer=<number> > In order to limit the maximum number of reducers: > set hive.exec.reducers.max=<number> > In order to set a constant number of reducers: > set mapred.reduce.tasks=<number> > Exception in thread "main" java.lang.UnsupportedOperationException: > Kerberos not supported in current hadoop version > at > org.apache.hadoop.hive.shims.Hadoop20Shims.getTokenFileLocEnvName(Hadoop20Shims.java:735) > at > org.apache.hadoop.hive.ql.exec.mr.ExecDriver.main(ExecDriver.java:652) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:601) > at org.apache.hadoop.util.RunJar.main(RunJar.java:156) > Execution failed with exit status: 1 > Obtaining error information > > Task failed! > Task ID: > Stage-1 > > Logs: > > /tmp/edward/hive.log > FAILED: Execution Error, return code 1 from > org.apache.hadoop.hive.ql.exec.mr.MapRedTask > hive> > > > > On Mon, Oct 7, 2013 at 7:02 PM, Thejas Nair <the...@hortonworks.com>wrote: > >> Apache Hive 0.12.0 Release Candidate 0 is available here: >> http://people.apache.org/~thejas/hive-0.12.0-rc0/ >> >> Maven artifacts are available here: >> https://repository.apache.org/content/repositories/orgapachehive-138/ >> >> This release has 406 issues fixed. >> This includes several new features such as data types date and >> varchar, optimizer improvements, ORC format improvements and many bug >> fixes. Hcatalog packages have now moved to org.apache.hive.hcatalog >> (from org.apache.hcatalog), and the maven packages are published under >> org.apache.hive.hcatalog. >> >> Voting will conclude in 72 hours. >> >> Hive PMC Members: Please test and vote. >> >> Thanks, >> Thejas >> >> -- >> CONFIDENTIALITY NOTICE >> NOTICE: This message is intended for the use of the individual or entity >> to >> which it is addressed and may contain information that is confidential, >> privileged and exempt from disclosure under applicable law. If the reader >> of this message is not the intended recipient, you are hereby notified >> that >> any printing, copying, dissemination, distribution, disclosure or >> forwarding of this communication is strictly prohibited. If you have >> received this communication in error, please contact the sender >> immediately >> and delete it from your system. Thank You. >> > >