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

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

Jonathan Bingham created BEAM-2437:
--------------------------------------

             Summary: 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-ideas
            Reporter: Jonathan Bingham
            Assignee: Davor Bonaci
            Priority: Minor


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.3.15#6346)