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 2CD5217EB7 for ; Wed, 1 Oct 2014 20:37:37 +0000 (UTC) Received: (qmail 7789 invoked by uid 500); 1 Oct 2014 20:37:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 7701 invoked by uid 500); 1 Oct 2014 20:37:33 -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 7610 invoked by uid 500); 1 Oct 2014 20:37:33 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 7596 invoked by uid 99); 1 Oct 2014 20:37:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2014 20:37:33 +0000 Date: Wed, 1 Oct 2014 20:37:33 +0000 (UTC) From: "Gunther Hagleitner (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-8325) NPE in map join execution (submit via child) 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-8325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-8325: ------------------------------------- Status: Patch Available (was: Open) > NPE in map join execution (submit via child) > -------------------------------------------- > > Key: HIVE-8325 > URL: https://issues.apache.org/jira/browse/HIVE-8325 > Project: Hive > Issue Type: Bug > Affects Versions: 0.14.0 > Reporter: Gunther Hagleitner > Assignee: Gunther Hagleitner > Priority: Blocker > Attachments: HIVE-8325.1.patch > > > Exec context doesn't get created in this code path. > {noformat} > Exception in thread "main" java.lang.NullPointerException > at org.apache.hadoop.hive.ql.exec.mr.MapredLocalTask.executeInProcess(MapredLocalTask.java:310) > at org.apache.hadoop.hive.ql.exec.mr.ExecDriver.main(ExecDriver.java:735) > 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:606) > at org.apache.hadoop.util.RunJar.run(RunJar.java:221) > at org.apache.hadoop.util.RunJar.main(RunJar.java:136) > Execution failed with exit status: 1 > Obtaining error information > Task failed! > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)