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 9F860200B6D for ; Tue, 23 Aug 2016 14:00:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9E444160AA5; Tue, 23 Aug 2016 12:00:27 +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 17ECB160ABF for ; Tue, 23 Aug 2016 14:00:26 +0200 (CEST) Received: (qmail 58247 invoked by uid 500); 23 Aug 2016 12:00:25 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 57905 invoked by uid 500); 23 Aug 2016 12:00:25 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 57899 invoked by uid 99); 23 Aug 2016 12:00:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2016 12:00:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9C2BA2C0032 for ; Tue, 23 Aug 2016 12:00:25 +0000 (UTC) Date: Tue, 23 Aug 2016 12:00:25 +0000 (UTC) From: "Ron Hashimshony (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CRUNCH-519) Plan dot file can display more information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 23 Aug 2016 12:00:27 -0000 [ https://issues.apache.org/jira/browse/CRUNCH-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15432680#comment-15432680 ] Ron Hashimshony commented on CRUNCH-519: ---------------------------------------- [~jwills] So, we found a small bug and fixed in (in the auto/manual reducers logic), So i'm uploading the final patch... > Plan dot file can display more information > ------------------------------------------ > > Key: CRUNCH-519 > URL: https://issues.apache.org/jira/browse/CRUNCH-519 > Project: Crunch > Issue Type: Improvement > Components: Core > Reporter: Ron Hashimshony > Assignee: Josh Wills > Attachments: CRUNCH-519-1.diff, CRUNCH-519-2.patch, CRUNCH-519-3.patch, CRUNCH-519-4.patch, CRUNCH-519.diff > > > The current plan dot file display nicely the jobs, with nice names and arrows. > However it does not explain how the planner decided on the reducers number, which is based on the input data size, scale factor and desired size per reducer. > I suggest adding this information to the dot file. > An addition to the DotfileWriter class can do this easily. -- This message was sent by Atlassian JIRA (v6.3.4#6332)