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

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

The current minimum command line for wordcount:
{code:java}
python -m apache_beam.examples.wordcount   --input=/etc/profile   
--output=/tmp/py-wordcount-direct   --experiments=beam_fn_api   
--runner=PortableRunner   --sdk_location=container   
--job_endpoint=localhost:8099{code}
It should be possible to eliminate --experiments, --sdk_location and possibly 
even --job_endpoint by making them default when --runner=PortableRunner is 
present.

 

> 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
>            Priority: Major
>              Labels: portability
>
> 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)

Reply via email to