You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Ahmet Altay (JIRA)" <ji...@apache.org> on 2017/01/26 01:18:26 UTC

[jira] [Created] (BEAM-1318) PipelineOptions should warn if there are unused options

Ahmet Altay created BEAM-1318:
---------------------------------

             Summary: PipelineOptions should warn if there are unused options
                 Key: BEAM-1318
                 URL: https://issues.apache.org/jira/browse/BEAM-1318
             Project: Beam
          Issue Type: New Feature
          Components: sdk-py
            Reporter: Ahmet Altay
            Priority: Minor


Since PipelineOptions uses argparse, it is possible that some options are actually consumed by the program. In that case a better usage pattern would be to pass only unconsumed options to PipelineOptions but we cannot enforce this.

This cannot be an error because of the above reason, but we can show a warning.



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