You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Melissa Pashniak (JIRA)" <ji...@apache.org> on 2018/05/01 22:41:00 UTC

[jira] [Commented] (BEAM-4222) Python minimal wordcount is not minimal

    [ https://issues.apache.org/jira/browse/BEAM-4222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16460240#comment-16460240 ] 

Melissa Pashniak commented on BEAM-4222:
----------------------------------------

Additional notes:
 * Unlike Java, Python needs to install the gcp specific package to get the shakespeare GCS file, so --input may be required unless we require users to install gcp package to run it
 * We could set --output to default to "wordcounts" like Java, but then the user would need to specify --input and not --output which might be confusing?
 * Either way, source file needs a lot of cleanup (references long removed things like BlockingDataflowRunner)

> Python minimal wordcount is not minimal
> ---------------------------------------
>
>                 Key: BEAM-4222
>                 URL: https://issues.apache.org/jira/browse/BEAM-4222
>             Project: Beam
>          Issue Type: Bug
>          Components: website
>            Reporter: Melissa Pashniak
>            Priority: Minor
>
> The minimal wordcount example is meant to be very simple and not require the user to set a bunch of options. However, the Python minimal wordcount requires setting options (including output). Ideally this should match the Java version (runs on Direct runner without needing many options)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)