Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 97F942009C6 for ; Tue, 31 May 2016 20:50:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 969D6160A44; Tue, 31 May 2016 18:50:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E00DD1609AD for ; Tue, 31 May 2016 20:50:13 +0200 (CEST) Received: (qmail 16640 invoked by uid 500); 31 May 2016 18:50:13 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 16624 invoked by uid 99); 31 May 2016 18:50:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2016 18:50:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E48462C1F5D for ; Tue, 31 May 2016 18:50:12 +0000 (UTC) Date: Tue, 31 May 2016 18:50:12 +0000 (UTC) From: "Jason Dere (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-13852) NPE in TaskLocationHints during LLAP GetSplits request MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 31 May 2016 18:50:14 -0000 [ https://issues.apache.org/jira/browse/HIVE-13852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15308339#comment-15308339 ] Jason Dere commented on HIVE-13852: ----------------------------------- Failures do not look related, 2 new failures (1 of which also shows up in the next build) and the other does not fail running locally. > NPE in TaskLocationHints during LLAP GetSplits request > ------------------------------------------------------ > > Key: HIVE-13852 > URL: https://issues.apache.org/jira/browse/HIVE-13852 > Project: Hive > Issue Type: Sub-task > Components: llap > Reporter: Jason Dere > Assignee: Jason Dere > Attachments: HIVE-13852.1.patch > > > {noformat} > Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: java.io.IOException: java.lang.NullPointerException > at org.apache.hadoop.hive.ql.udf.generic.GenericUDTFGetSplits.process(GenericUDTFGetSplits.java:194) > at org.apache.hadoop.hive.ql.exec.UDTFOperator.process(UDTFOperator.java:116) > at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:837) > at org.apache.hadoop.hive.ql.exec.SelectOperator.process(SelectOperator.java:95) > at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:837) > at org.apache.hadoop.hive.ql.exec.TableScanOperator.process(TableScanOperator.java:130) > at org.apache.hadoop.hive.ql.exec.FetchOperator.pushRow(FetchOperator.java:434) > at org.apache.hadoop.hive.ql.exec.FetchOperator.pushRow(FetchOperator.java:426) > at org.apache.hadoop.hive.ql.exec.FetchTask.fetch(FetchTask.java:144) > ... 15 more > Caused by: java.io.IOException: java.lang.NullPointerException > at org.apache.hadoop.hive.ql.udf.generic.GenericUDTFGetSplits.getSplits(GenericUDTFGetSplits.java:366) > at org.apache.hadoop.hive.ql.udf.generic.GenericUDTFGetSplits.process(GenericUDTFGetSplits.java:185) > ... 23 more > Caused by: java.lang.NullPointerException: null > at org.apache.hadoop.hive.ql.udf.generic.GenericUDTFGetSplits.getSplits(GenericUDTFGetSplits.java:344) > ... 24 more > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)