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/12/08 00:23:00 UTC

[jira] [Assigned] (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 ]

Ahmet Altay reassigned BEAM-3315:
---------------------------------

    Assignee:     (was: Reuven Lax)

> 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: Minor
>
>  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
(v6.4.14#64029)