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 481E0200C4E for ; Fri, 7 Apr 2017 07:20:29 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 46884160B9F; Fri, 7 Apr 2017 05:20:29 +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 B4E0E160B91 for ; Fri, 7 Apr 2017 07:20:28 +0200 (CEST) Received: (qmail 75070 invoked by uid 500); 7 Apr 2017 05:20:27 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 75061 invoked by uid 99); 7 Apr 2017 05:20:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2017 05:20:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A7065F21A4; Fri, 7 Apr 2017 05:20:27 +0000 (UTC) From: XuMingmin To: commits@beam.apache.org Reply-To: commits@beam.apache.org Message-ID: Subject: [GitHub] beam pull request #2458: [Beam-1705]: add method in Pipeline to visualize th... Content-Type: text/plain Date: Fri, 7 Apr 2017 05:20:27 +0000 (UTC) archived-at: Fri, 07 Apr 2017 05:20:29 -0000 GitHub user XuMingmin opened a pull request: https://github.com/apache/beam/pull/2458 [Beam-1705]: add method in Pipeline to visualize the DAG Add a method `visualizePipeline` in `Pipeline` to visualize data flow. You can merge this pull request into a Git repository by running: $ git pull https://github.com/XuMingmin/beam BEAM-1705-2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/2458.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2458 ---- commit 09df9b5c15dd5b409d9da937225caa073a663255 Author: XuMingmin Date: 2017-03-15T21:45:17Z Merge pull request #3 from apache/master sync-up code commit 83ea09ea195315afac94116a248b4995231e2d72 Author: XuMingmin Date: 2017-04-03T22:28:03Z Merge pull request #6 from apache/master rebase commit 8b8347268035ddb37bfc5865306368c5dc2cad67 Author: XuMingmin Date: 2017-04-05T21:50:06Z Merge pull request #7 from apache/master rebase commit 58dc625bd92e0da9c153308800c2eb2fbd39e8bf Author: mingmxu Date: 2017-04-07T05:17:52Z add function visualizePipeline ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---