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 C4D3910D57 for ; Fri, 9 Jan 2015 20:13:35 +0000 (UTC) Received: (qmail 15245 invoked by uid 500); 9 Jan 2015 20:13:36 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 15172 invoked by uid 500); 9 Jan 2015 20:13:36 -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 15160 invoked by uid 99); 9 Jan 2015 20:13:36 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2015 20:13:36 +0000 Received: from [192.168.1.117] (c-67-180-199-97.hsd1.ca.comcast.net [67.180.199.97]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id C73F71A02BD; Fri, 9 Jan 2015 20:13:34 +0000 (UTC) Message-ID: <54B0366A.6030803@apache.org> Date: Fri, 09 Jan 2015 12:13:30 -0800 From: Gopal V User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: dev@hive.apache.org CC: Alexander Pivovarov Subject: Re: hive 0.14.1 + tez 0.4 sometimes throws NPE on small data References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 1/9/15, 11:53 AM, Alexander Pivovarov wrote: > I noticed that if amount of data which should be sent to reducers is small > then tez might throw NPE. I noticed that you sent it to the tez lists as well. This is a hive specific issue. https://issues.apache.org/jira/browse/HIVE-8361 to be precise (from the following backtrace) > Caused by: java.lang.NullPointerException > at > org.apache.hadoop.hive.ql.exec.PTFOperator$PTFInvocation.finishPartition(PTFOperator.java:341) > at > org.apache.hadoop.hive.ql.exec.PTFOperator.processOp(PTFOperator.java:115) > at > org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:793) > at > org.apache.hadoop.hive.ql.exec.ExtractOperator.processOp(ExtractOperator.java:45) > at > org.apache.hadoop.hive.ql.exec.tez.ReduceRecordProcessor.processKeyValues(ReduceRecordProcessor.java:325) > ... 8 more HTH. Cheers, Gopal