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

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

                Author: ASF GitHub Bot
            Created on: 31/Oct/19 15:47
            Start Date: 31/Oct/19 15:47
    Worklog Time Spent: 10m 
      Work Description: mxm commented on pull request #9945: [BEAM-8396] 
Restore Flink runner LOOPBACK default.
URL: https://github.com/apache/beam/pull/9945#discussion_r341217021
 
 

 ##########
 File path: sdks/python/apache_beam/options/pipeline_options.py
 ##########
 @@ -854,6 +854,10 @@ def _add_argparse_args(cls, parser):
         '--environment_cache_millis', default=0,
         help=('Duration in milliseconds for environment cache within a job. '
               '0 means no caching.'))
+    parser.add_argument(
+        '--output_executable_path', default=None,
+        help=('Create an executable jar at this path rather than running '
+              'the pipeline.'))
 
 Review comment:
   Oh, found it. It's a Java option.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 336838)
    Time Spent: 2h 20m  (was: 2h 10m)

> Default to LOOPBACK mode for local flink (spark, ...) runner.
> -------------------------------------------------------------
>
>                 Key: BEAM-8396
>                 URL: https://issues.apache.org/jira/browse/BEAM-8396
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-core
>            Reporter: Robert Bradshaw
>            Assignee: Robert Bradshaw
>            Priority: Major
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> As well as being lower overhead, this will avoid surprises about workers 
> operating within the docker filesystem, etc. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to