Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-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 4C525C643 for ; Fri, 5 Dec 2014 23:53:13 +0000 (UTC) Received: (qmail 32181 invoked by uid 500); 5 Dec 2014 23:53:13 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 32142 invoked by uid 500); 5 Dec 2014 23:53:13 -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 32126 invoked by uid 500); 5 Dec 2014 23:53:13 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 32122 invoked by uid 99); 5 Dec 2014 23:53:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2014 23:53:13 +0000 Date: Fri, 5 Dec 2014 23:53:12 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CRUNCH-438) Visualizations of some important internal/intermediate pipeline planning states 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/CRUNCH-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236322#comment-14236322 ] Josh Wills commented on CRUNCH-438: ----------------------------------- +1 from me, just a couple of nits: 1) It looks like some of the new files ended up being tab-delimited instead of using spaces. 2) Couple of places where blocks and fields are commented out that should be deleted (e.g., planDotFile member var, a block in the doBuildDiagram method). Thanks-- really excellent improvement to debugging! > Visualizations of some important internal/intermediate pipeline planning states > ------------------------------------------------------------------------------- > > Key: CRUNCH-438 > URL: https://issues.apache.org/jira/browse/CRUNCH-438 > Project: Crunch > Issue Type: Improvement > Components: Core > Affects Versions: 0.10.0, 0.8.3 > Reporter: Christian Tzolov > Assignee: Christian Tzolov > Attachments: CRUNCH-438.2.patch, CRUNCH-438.3.patch, CRUNCH-438.4.patch, CRUNCH-438.5.patch, CRUNCH-438.6.patch, CRUNCH-438.patch > > > To improve the understability of the pipeline planning stages it would help to visualize some intermediate planning states like: > - PCollection lineage. (visualizing the output-pcollection-targets structure) > - MSCRPlanner's planning Graphs before and after the split up of dependent GBK nodes > - RTNode hierarchy along with the Input and Output configurations as persistent in the Configuration before the execution of the pipeline. > Most of the information can be intercepted in the MSCRPlanner#plan() method. -- This message was sent by Atlassian JIRA (v6.3.4#6332)