You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Thomas Weise (JIRA)" <ji...@apache.org> on 2018/10/02 18:13:00 UTC

[jira] [Commented] (BEAM-5443) Simplify Python pipeline options for portable runner

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

Thomas Weise commented on BEAM-5443:
------------------------------------

--job_endpoint has to stay because the default is already to launch docker job server.

The minimum wordcount launch options after this change are:
{code:java}
python -m apache_beam.examples.wordcount   --input=/etc/profile   --output=/tmp/py-wordcount-direct   --runner=PortableRunner  --job_endpoint=localhost:8099{code}
 

> Simplify Python pipeline options for portable runner
> ----------------------------------------------------
>
>                 Key: BEAM-5443
>                 URL: https://issues.apache.org/jira/browse/BEAM-5443
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-harness
>    Affects Versions: 2.7.0
>            Reporter: Thomas Weise
>            Assignee: Thomas Weise
>            Priority: Major
>              Labels: portability
>             Fix For: 2.8.0
>
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> Currently, the user needs to specify several extra pipeline options to run a Python pipeline with the portable runner. It would be nice to remove the need to explicitly provide these options when they can be inferred / have defaults.



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