Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 565DD200B80 for ; Wed, 14 Sep 2016 22:26:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 54FEB160AD5; Wed, 14 Sep 2016 20:26:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CCC7D160AB3 for ; Wed, 14 Sep 2016 22:26:21 +0200 (CEST) Received: (qmail 64149 invoked by uid 500); 14 Sep 2016 20:26:20 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 64135 invoked by uid 500); 14 Sep 2016 20:26:20 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 64126 invoked by uid 99); 14 Sep 2016 20:26:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2016 20:26:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7C28E2C0D57 for ; Wed, 14 Sep 2016 20:26:20 +0000 (UTC) Date: Wed, 14 Sep 2016 20:26:20 +0000 (UTC) From: "Rohini Palaniswamy (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PIG-5032) Output record stats in Tez is wrong when there is split followed by union MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 14 Sep 2016 20:26:22 -0000 [ https://issues.apache.org/jira/browse/PIG-5032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15491370#comment-15491370 ] Rohini Palaniswamy commented on PIG-5032: ----------------------------------------- Also MULTI_STORE_COUNTER_GROUP was meant to show records of different stores if there is more than one. So I guess naming still makes sense. Only thing is mapreduce showed them only if there was more than one store in a single mapreduce job. In Tez case, one job usually has more stores, but we were only showing them if one vertex had more stores. Now we show all the time. > Output record stats in Tez is wrong when there is split followed by union > ------------------------------------------------------------------------- > > Key: PIG-5032 > URL: https://issues.apache.org/jira/browse/PIG-5032 > Project: Pig > Issue Type: Bug > Reporter: Rohini Palaniswamy > Assignee: Rohini Palaniswamy > Fix For: 0.17.0, 0.16.1 > > Attachments: PIG-5032-1-nowhitespacechanges.patch, PIG-5032-1.patch > > > The logic to include unique stores, took into account record counters of only the first store if there are multi store counters. -- This message was sent by Atlassian JIRA (v6.3.4#6332)