You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/01 01:02:18 UTC

[jira] [Commented] (BEAM-81) --update PipelineOption is in the wrong interface

    [ https://issues.apache.org/jira/browse/BEAM-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15172919#comment-15172919 ] 

ASF GitHub Bot commented on BEAM-81:
------------------------------------

GitHub user swegner opened a pull request:

    https://github.com/apache/incubator-beam/pull/5

    [BEAM-81] --update PipelineOption is in the wrong interface

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/swegner/incubator-beam b23122757

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-beam/pull/5.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 #5
    
----
commit f7889e1f9c0270442812e50f6f4e638d9977cd99
Author: Scott Wegner <sw...@google.com>
Date:   2016-02-29T23:24:49Z

    Move 'update' pipeline option to correct interface

----


> --update PipelineOption is in the wrong interface
> -------------------------------------------------
>
>                 Key: BEAM-81
>                 URL: https://issues.apache.org/jira/browse/BEAM-81
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Scott Wegner
>            Assignee: Scott Wegner
>            Priority: Minor
>
> Right now, --update PipelineOption is part of the DataflowPipelineDebugOptions. It doesn't have anything to do with "debugging".
> The entire DataflowPipelineDebugOptions is marked Internal and @Hidden.
>   @Hidden will make it not appear in '--help'.
>   Internal will make it marked as such in Javadoc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)