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 4BDBEC93D for ; Fri, 19 Jul 2013 17:02:51 +0000 (UTC) Received: (qmail 9574 invoked by uid 500); 19 Jul 2013 17:02:50 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 9523 invoked by uid 500); 19 Jul 2013 17:02:50 -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 9164 invoked by uid 500); 19 Jul 2013 17:02:49 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 9119 invoked by uid 99); 19 Jul 2013 17:02:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jul 2013 17:02:49 +0000 Date: Fri, 19 Jul 2013 17:02:49 +0000 (UTC) From: "Yin Huai (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-4877) In ExecReducer, remove tag from the row which will be passed to the first Operator at the Reduce-side 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-4877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yin Huai updated HIVE-4877: --------------------------- Status: Patch Available (was: Open) > In ExecReducer, remove tag from the row which will be passed to the first Operator at the Reduce-side > ----------------------------------------------------------------------------------------------------- > > Key: HIVE-4877 > URL: https://issues.apache.org/jira/browse/HIVE-4877 > Project: Hive > Issue Type: Improvement > Reporter: Yin Huai > Assignee: Yin Huai > > In ExecReducer, we can see ... > {code} > row.clear(); > row.add(keyObject); > row.add(valueObject[tag.get()]); > // The tag is not used any more, we should remove it. > row.add(tag); > {\code} > I have seen this for a long time. Actually, we are using > {code} > reducer.process(row, tag.get()); > {\code} > to pass the tag. > If we do not need to add the tag to a row, we should remove it. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira