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 644EC101D0 for ; Wed, 9 Oct 2013 18:30:47 +0000 (UTC) Received: (qmail 46068 invoked by uid 500); 9 Oct 2013 18:30:44 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 46019 invoked by uid 500); 9 Oct 2013 18:30:44 -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 46005 invoked by uid 500); 9 Oct 2013 18:30:43 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 45995 invoked by uid 99); 9 Oct 2013 18:30:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Oct 2013 18:30:42 +0000 Date: Wed, 9 Oct 2013 18:30:42 +0000 (UTC) From: "Thejas M Nair (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (HIVE-5497) Hive trunk broken against hadoop 0.20.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-5497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair reassigned HIVE-5497: ----------------------------------- Assignee: Thejas M Nair > Hive trunk broken against hadoop 0.20.2 > --------------------------------------- > > Key: HIVE-5497 > URL: https://issues.apache.org/jira/browse/HIVE-5497 > Project: Hive > Issue Type: Bug > Reporter: Edward Capriolo > Assignee: Thejas M Nair > Priority: Blocker > > ommon-0.13.0-SNAPSHOT.jar!/hive-log4j.properties > hive> compile `import org.apache.hadoop.hive.ql.exec.UDF \; > > public class Pyth extends UDF { > > public double evaluate(double a, double b){ > > return Math.sqrt((a*a) + (b*b)) \; > > } > > } ` AS GROOVY NAMED Pyth.groovy; > Added /tmp/0_1381290655403.jar to class path > Added resource: /tmp/0_1381290655403.jar > hive> create temporary function Pyth as 'Pyth'; > OK > Time taken: 0.445 seconds > hive> select Pyth(a,b) from a; > Total MapReduce jobs = 1 > Launching Job 1 out of 1 > Number of reduce tasks is set to 0 since there's no reduce operator > Exception in thread "main" java.lang.UnsupportedOperationException: Kerberos not supported in current hadoop version > at org.apache.hadoop.hive.shims.Hadoop20Shims.getTokenFileLocEnvName(Hadoop20Shims.java:775) > at org.apache.hadoop.hive.ql.exec.mr.ExecDriver.main(ExecDriver.java:653) > 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> -- This message was sent by Atlassian JIRA (v6.1#6144)