Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F0D0108DA for ; Wed, 9 Oct 2013 04:01:14 +0000 (UTC) Received: (qmail 67500 invoked by uid 500); 9 Oct 2013 04:00:36 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 67399 invoked by uid 500); 9 Oct 2013 04:00:29 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 67369 invoked by uid 99); 9 Oct 2013 04:00:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Oct 2013 04:00:27 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of edlinuxguru@gmail.com designates 74.125.82.170 as permitted sender) Received: from [74.125.82.170] (HELO mail-we0-f170.google.com) (74.125.82.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Oct 2013 04:00:22 +0000 Received: by mail-we0-f170.google.com with SMTP id u57so229035wes.29 for ; Tue, 08 Oct 2013 21:00:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=7ahC6mJQqy6pJnfXddZhd3Ew7yQhanid3qdjhacS1Uw=; b=kyXwTEbcGnyFjXO49ZS2CQKgOB9DNu50QhQWkWkksDouX4I4rsXuWkmyOcTPXJV4UN oLo2pN8jfWO/1O9YOaKJc9Icgr0tkSjU+Nsy43cfbc+eX6v6X6zYz0BT4ZuIJ7KpKr6W X+nrcQHnObZsLH7uLoCYgk0x2LxlMR8Dj1J5FN4s84M1z10qryT4m5t6SguO0Yh4cgrv QsFJ5j6KUpp+Lqj6y7zi1BxozgvEY4qNVK7tRMsdm3EoG31J2fpxOPsu+Cvlsr/eLHXy i2OJBt/hH0vb5ta9mXb5XOO5SoDHJNnkuM49MJ5g8MUTuDbbzE3Iz5lT5INNnLgs9N96 HLmQ== MIME-Version: 1.0 X-Received: by 10.180.20.116 with SMTP id m20mr675282wie.53.1381291200918; Tue, 08 Oct 2013 21:00:00 -0700 (PDT) Received: by 10.194.220.105 with HTTP; Tue, 8 Oct 2013 21:00:00 -0700 (PDT) In-Reply-To: References: Date: Wed, 9 Oct 2013 00:00:00 -0400 Message-ID: Subject: Re: [VOTE] Apache Hive 0.12.0 Release Candidate 0 From: Edward Capriolo To: "dev@hive.apache.org" Content-Type: multipart/alternative; boundary=bcaec53f2e315cbc5104e846eba9 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec53f2e315cbc5104e846eba9 Content-Type: text/plain; charset=ISO-8859-1 -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= In order to limit the maximum number of reducers: set hive.exec.reducers.max= In order to set a constant number of reducers: set mapred.reduce.tasks= 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 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. > --bcaec53f2e315cbc5104e846eba9--