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 CFA13107C7 for ; Thu, 5 Dec 2013 07:41:07 +0000 (UTC) Received: (qmail 43039 invoked by uid 500); 5 Dec 2013 07:40:47 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 42994 invoked by uid 500); 5 Dec 2013 07:40:43 -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 42979 invoked by uid 500); 5 Dec 2013 07:40:41 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 42963 invoked by uid 99); 5 Dec 2013 07:40:37 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Dec 2013 07:40:37 +0000 Date: Thu, 5 Dec 2013 07:40:37 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-5916) No need to aggregate statistics collected via counter mechanism 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-5916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-5916: ----------------------------------- Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch Available) Committed to trunk. Thanks, Navis for review. > No need to aggregate statistics collected via counter mechanism > ---------------------------------------------------------------- > > Key: HIVE-5916 > URL: https://issues.apache.org/jira/browse/HIVE-5916 > Project: Hive > Issue Type: Bug > Components: Statistics > Affects Versions: 0.13.0 > Reporter: Ashutosh Chauhan > Assignee: Ashutosh Chauhan > Fix For: 0.13.0 > > Attachments: HIVE-5916.2.patch, HIVE-5916.3.patch, HIVE-5916.4.patch, HIVE-5916.5.patch, HIVE-5916.patch > > > This results in unnecessary computations and waste of cluster resources which is not required since aggregation of counter is anyway done by JobTracker. -- This message was sent by Atlassian JIRA (v6.1#6144)