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

ASF GitHub Bot logged work on BEAM-5443:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Sep/18 22:03
            Start Date: 27/Sep/18 22:03
    Worklog Time Spent: 10m 
      Work Description: tweise commented on a change in pull request #6512: 
[BEAM-5443] Pipeline option defaults for portable runner.
URL: https://github.com/apache/beam/pull/6512#discussion_r221091810
 
 

 ##########
 File path: sdks/python/apache_beam/pipeline.py
 ##########
 @@ -152,6 +153,12 @@ def __init__(self, runner=None, options=None, argv=None):
       raise ValueError(
           'Pipeline has validations errors: \n' + '\n'.join(errors))
 
+    # set default experiments for portable runner
+    # (needs to occur prior to pipeline construction)
+    if self._options.view_as(StandardOptions).runner == 'PortableRunner':
+      self._options.view_as(DebugOptions).experiments = (
+            self._options.view_as(DebugOptions).experiments or ['beam_fn_api'])
 
 Review comment:
   The idea was to only touch experiments when the user did not set it. Do you 
think we should just always add `beam_fn_api` instead?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 148925)
    Time Spent: 50m  (was: 40m)

> 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
>          Time Spent: 50m
>  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)

Reply via email to