You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "David Huntsperger (Jira)" <ji...@apache.org> on 2022/03/15 17:22:00 UTC

[jira] [Updated] (BEAM-3315) PipelineOptions format documentation needs to be corrected

     [ https://issues.apache.org/jira/browse/BEAM-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Huntsperger updated BEAM-3315:
------------------------------------
    Fix Version/s: Not applicable
       Resolution: Abandoned
           Status: Resolved  (was: Open)

> PipelineOptions format documentation needs to be corrected
> ----------------------------------------------------------
>
>                 Key: BEAM-3315
>                 URL: https://issues.apache.org/jira/browse/BEAM-3315
>             Project: Beam
>          Issue Type: Bug
>          Components: website
>         Environment: Mac OS
>            Reporter: MarĂ­a GH
>            Priority: P3
>             Fix For: Not applicable
>
>
>  Currently, both --option-name option-value are accepted, but out of the following list, the last doesn't actually work. The reason is how shells process extensions. 
>   python -m ... --input /Users/mariagh/5000_gaming_data.csv
>   python -m ... --input ./5000_gaming_data.csv
>   python -m ... --input ~/5000_gaming_data.csv
>   python -m ... --input=/Users/mariagh/5000_gaming_data.csv
>   python -m ... --input=./5000_gaming_data.csv
>   python -m ... --input=~/5000_gaming_data.csv   (doesn't work)
> The documentation (*) includes only the last 3 options (with the equal sign). To be safe, it should either include all with a note about the different expansion for some shells, or just include the first three (with a space).
> (*) https://beam.apache.org/documentation/programming-guide/#configuring-pipeline-options



--
This message was sent by Atlassian Jira
(v8.20.1#820001)