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 A49C895F7 for ; Thu, 26 Jul 2012 13:35:38 +0000 (UTC) Received: (qmail 74135 invoked by uid 500); 26 Jul 2012 13:25:30 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 49551 invoked by uid 500); 26 Jul 2012 13:24:10 -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 10101 invoked by uid 500); 26 Jul 2012 13:19:15 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 83192 invoked by uid 99); 26 Jul 2012 06:13:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2012 06:13:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id BD92E142862 for ; Thu, 26 Jul 2012 06:13:34 +0000 (UTC) Date: Thu, 26 Jul 2012 06:13:34 +0000 (UTC) From: "Zhenxiao Luo (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1735097330.104984.1343283214778.JavaMail.jiratomcat@issues-vm> In-Reply-To: <885090034.104263.1343265275126.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (HIVE-3303) Fix error code inconsistency bug in mapreduce_stack_trace.q and mapreduce_stack_trace_turnoff.q when running hive on hadoop23 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-3303?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenxiao Luo updated HIVE-3303: ------------------------------- Status: Patch Available (was: Open) =20 > Fix error code inconsistency bug in mapreduce_stack_trace.q and mapreduce= _stack_trace_turnoff.q when running hive on hadoop23 > -------------------------------------------------------------------------= ---------------------------------------------------- > > Key: HIVE-3303 > URL: https://issues.apache.org/jira/browse/HIVE-3303 > Project: Hive > Issue Type: Bug > Reporter: Zhenxiao Luo > Assignee: Zhenxiao Luo > Attachments: HIVE-3303.1.patch.txt > > > when running hive on hadoop23, mapreduce_stack_trace.q and mapreduce_stac= k_trace_turnoff.q are having inconsistent error code diffs: > [junit] diff -a /home/cloudera/Code/hive/build/ql/test/logs/clientnegativ= e/mapreduce_stack_trace.q.out /home/cloudera/Code/hive/ql/src/test/results/= clientnegative/mapreduce_stack_trace.q.out > [junit] < FAILED: Execution Error, return code 2 from org.apache.hadoop.h= ive.ql.exec.MapRedTask > [junit] > FAILED: Execution Error, return code 20000 from org.apache.hado= op.hive.ql.exec.MapRedTask. Unable to initialize custom script. > [junit] diff -a /home/cloudera/Code/hive/build/ql/test/logs/clientnegativ= e/mapreduce_stack_trace_turnoff.q.out /home/cloudera/Code/hive/ql/src/test/= results/clientnegative/mapreduce_stack_trace_turnoff.q.out > [junit] 5c5 > [junit] < FAILED: Execution Error, return code 2 from org.apache.hadoop.h= ive.ql.exec.MapRedTask > [junit] =E2=80=94 > [junit] > FAILED: Execution Error, return code 20000 from org.apache.hado= op.hive.ql.exec.MapRedTask. Unable to initialize custom script > The error code 20000(which indicates unable to initialize custom script) = could not be retrieved.=20 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira