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/06/26 23:06:00 UTC

[jira] [Resolved] (BEAM-2437) quickstart.py docs is missing the path to MANIFEST.in

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

Ahmet Altay resolved BEAM-2437.
-------------------------------
    Resolution: Fixed

> quickstart.py docs is missing the path to MANIFEST.in
> -----------------------------------------------------
>
>                 Key: BEAM-2437
>                 URL: https://issues.apache.org/jira/browse/BEAM-2437
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py
>            Reporter: Jonathan Bingham
>            Assignee: Sourabh Bajaj
>            Priority: Minor
>              Labels: easyfix
>             Fix For: 2.1.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> SUMMARY
> The wordcount example in quickstart-py does not work with the sample code without modification.
> OBSERVED
> Copy-pasting from the doc page doesn't work:
> python -m apache_beam.examples.wordcount --input MANIFEST.in --output counts
> Error message: IOError: No files found based on the file pattern MANIFEST.in
> EXPECTED
> The example tells me to set the path to MANIFEST.in, or gives a pseudo-path that I can substitute in the right path prefix.
> python -m apache_beam.examples.wordcount --input /[path-to-git-clone-dir]/beam/sdks/python/MANIFEST.in --output counts



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)