[ https://issues.apache.org/jira/browse/BEAM-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16063939#comment-16063939
]
Sourabh Bajaj commented on BEAM-2437:
-------------------------------------
This can be closed now.
> 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)
|