Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB20318BF8 for ; Fri, 10 Jul 2015 05:18:05 +0000 (UTC) Received: (qmail 40633 invoked by uid 500); 10 Jul 2015 05:18:05 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 40551 invoked by uid 500); 10 Jul 2015 05:18:05 -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 40452 invoked by uid 99); 10 Jul 2015 05:18:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2015 05:18:05 +0000 Date: Fri, 10 Jul 2015 05:18:05 +0000 (UTC) From: "Matt McCline (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-11215) Vectorized grace hash-join throws FileUtil warnings 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-11215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14621746#comment-14621746 ] Matt McCline commented on HIVE-11215: ------------------------------------- lgtm +1 > Vectorized grace hash-join throws FileUtil warnings > --------------------------------------------------- > > Key: HIVE-11215 > URL: https://issues.apache.org/jira/browse/HIVE-11215 > Project: Hive > Issue Type: Bug > Components: Vectorization > Affects Versions: 1.2.0, 1.3.0, 2.0.0 > Reporter: Gopal V > Assignee: Gopal V > Priority: Minor > Attachments: HIVE-11215.1.patch > > > TPC-DS query13 warnings about a null-file deletion. > {code} > 2015-07-09 03:14:18,880 INFO [TezChild] exec.MapJoinOperator: Hybrid Grace Hash Join: Number of rows restored from KeyValueContainer: 31184 > 2015-07-09 03:14:18,881 INFO [TezChild] exec.MapJoinOperator: Hybrid Grace Hash Join: Deserializing spilled hash partition... > 2015-07-09 03:14:18,881 INFO [TezChild] exec.MapJoinOperator: Hybrid Grace Hash Join: Number of rows in hashmap: 31184 > 2015-07-09 03:14:18,897 INFO [TezChild] exec.MapJoinOperator: spilled: true abort: false. Clearing spilled partitions. > 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. > 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. > 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. > 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. > 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. > 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. > 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. > 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. > 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. > 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. > 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)