You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Thomas Groh (JIRA)" <ji...@apache.org> on 2016/10/18 17:52:58 UTC

[jira] [Created] (BEAM-770) Improve registered runner resolution

Thomas Groh created BEAM-770:
--------------------------------

             Summary: Improve registered runner resolution
                 Key: BEAM-770
                 URL: https://issues.apache.org/jira/browse/BEAM-770
             Project: Beam
          Issue Type: Improvement
          Components: sdk-java-core
            Reporter: Thomas Groh
            Assignee: Thomas Groh
            Priority: Minor


Runner is generally a duplicate word within the Pipeline args specification - specifically {{--runner=FooRunner}} duplicates the word "Runner"; the PipelineOptionsFactory can check to see if, when passed {{--runner=Foo}}, if there's a registered {{FooRunner}} and use that.

Making matching case-insensitive would be nice to have.



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