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 A82BE10E22 for ; Wed, 4 Mar 2015 12:53:05 +0000 (UTC) Received: (qmail 19085 invoked by uid 500); 4 Mar 2015 12:53:04 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 18955 invoked by uid 500); 4 Mar 2015 12:53:04 -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 18783 invoked by uid 99); 4 Mar 2015 12:53:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2015 12:53:04 +0000 Date: Wed, 4 Mar 2015 12:53:04 +0000 (UTC) From: "Rui Li (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-9855) Runtime skew join doesn't work when skewed data only exists in big table 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-9855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Li updated HIVE-9855: ------------------------- Attachment: HIVE-9855.1.patch The problem is FileSystem.rename returns false rather than throws FNF when the source path doesn't exist. cc [~xuefuz] > Runtime skew join doesn't work when skewed data only exists in big table > ------------------------------------------------------------------------ > > Key: HIVE-9855 > URL: https://issues.apache.org/jira/browse/HIVE-9855 > Project: Hive > Issue Type: Bug > Reporter: Rui Li > Assignee: Rui Li > Attachments: HIVE-9855.1.patch > > > To reproduce, enable runtime skew join and then join two tables that skewed data only exists in one of them. The task will fail with the following exception: > {noformat} > Error: java.lang.RuntimeException: Hive Runtime Error while closing operators: java.io.IOException: Unable to rename output to: hdfs://...... > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)