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 CA10090A6 for ; Wed, 11 Jan 2012 06:01:18 +0000 (UTC) Received: (qmail 84292 invoked by uid 500); 11 Jan 2012 06:01:18 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 84135 invoked by uid 500); 11 Jan 2012 06:01: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 84120 invoked by uid 500); 11 Jan 2012 06:01:07 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 84109 invoked by uid 99); 11 Jan 2012 06:01:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2012 06:01:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2012 06:01:04 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D6DE8144717 for ; Wed, 11 Jan 2012 06:00:44 +0000 (UTC) Date: Wed, 11 Jan 2012 06:00:44 +0000 (UTC) From: "Amareshwari Sriramadasu (Created) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <95174286.28889.1326261644881.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (HIVE-2708) Hive MR local jobs fail on Hadoop 0.23 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Hive MR local jobs fail on Hadoop 0.23 -------------------------------------- Key: HIVE-2708 URL: https://issues.apache.org/jira/browse/HIVE-2708 Project: Hive Issue Type: Bug Reporter: Amareshwari Sriramadasu Assignee: Amareshwari Sriramadasu Fix For: 0.8.1 Hive MR local jobs fail on 0.23 with following exception: Job running in-process (local Hadoop) Hadoop job information for null: number of mappers: 0; number of reducers: 0 java.io.IOException: Could not find status of job:job_local_0001 at org.apache.hadoop.hive.ql.exec.HadoopJobExecHelper.progress(HadoopJobExecHelper.java:291) at org.apache.hadoop.hive.ql.exec.HadoopJobExecHelper.progress(HadoopJobExecHelper.java:685) at org.apache.hadoop.hive.ql.exec.ExecDriver.execute(ExecDriver.java:458) at org.apache.hadoop.hive.ql.exec.ExecDriver.main(ExecDriver.java:710) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.util.RunJar.main(RunJar.java:189) Ended Job = job_local_0001 with exception 'java.io.IOException(Could not find status of job:job_local_0001)' Execution -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira