Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 7185 invoked from network); 8 Jan 2010 20:20:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jan 2010 20:20:16 -0000 Received: (qmail 10661 invoked by uid 500); 8 Jan 2010 20:20:15 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 10633 invoked by uid 500); 8 Jan 2010 20:20:15 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 10623 invoked by uid 99); 8 Jan 2010 20:20:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2010 20:20:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2010 20:20:14 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B7697234C495 for ; Fri, 8 Jan 2010 12:19:54 -0800 (PST) Message-ID: <722174223.128801262981994750.JavaMail.jira@brutus.apache.org> Date: Fri, 8 Jan 2010 20:19:54 +0000 (UTC) From: "He Yongqiang (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-964) handle skewed keys for a join in a separate job In-Reply-To: <1912961816.1259719640746.JavaMail.jira@brutus> 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-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-964: ------------------------------ Attachment: hive-964-2010-01-08.patch CHANGES: 1) let row container use hadoop fileformat 2) let row container directly upload file to dfs 3) added logic to handle reducer failure (we should not see results of a failure reducer) . 4) write one file per skew key and combinefileinputformat. > handle skewed keys for a join in a separate job > ----------------------------------------------- > > Key: HIVE-964 > URL: https://issues.apache.org/jira/browse/HIVE-964 > Project: Hadoop Hive > Issue Type: Improvement > Components: Query Processor > Reporter: Namit Jain > Assignee: He Yongqiang > Attachments: hive-964-2009-12-17.txt, hive-964-2009-12-28-2.patch, hive-964-2009-12-29-4.patch, hive-964-2010-01-08.patch > > > The skewed keys can be written to a temporary table or file, and a followup conditional task can be used to perform the join on those keys. > As a first step, JDBM can be used for those keys -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.