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 EA39710CAD for ; Wed, 17 Dec 2014 04:48:15 +0000 (UTC) Received: (qmail 15275 invoked by uid 500); 17 Dec 2014 04:48:15 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 15204 invoked by uid 500); 17 Dec 2014 04:48:15 -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 15091 invoked by uid 500); 17 Dec 2014 04:48:15 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 15054 invoked by uid 99); 17 Dec 2014 04:48:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2014 04:48:15 +0000 Date: Wed, 17 Dec 2014 04:48:15 +0000 (UTC) From: "Rui Li (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-9097) Support runtime skew join for more queries [Spark Branch] 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-9097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14249463#comment-14249463 ] Rui Li commented on HIVE-9097: ------------------------------ Thanks [~xuefuz] for the review. > Support runtime skew join for more queries [Spark Branch] > --------------------------------------------------------- > > Key: HIVE-9097 > URL: https://issues.apache.org/jira/browse/HIVE-9097 > Project: Hive > Issue Type: Improvement > Components: Spark > Affects Versions: spark-branch > Reporter: Rui Li > Assignee: Rui Li > Fix For: spark-branch > > Attachments: HIVE-9097.1-spark.patch > > > After HIVE-8913, runtime skew join is enabled for spark. But currently the optimization only supports the simplest case where join is the leaf ReduceWork in a work graph. This is because the results from the original join and the conditional map join have to be unioned to feed to downstream works, which can be a little tricky for spark. > This JIRA is to research and find a way to relax the above restriction. A possible solution is to break the original task into two tasks on the join work, and insert the conditional task in between. -- This message was sent by Atlassian JIRA (v6.3.4#6332)