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

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

                Author: ASF GitHub Bot
            Created on: 30/Nov/18 00:07
            Start Date: 30/Nov/18 00:07
    Worklog Time Spent: 10m 
      Work Description: angoenka commented on a change in pull request #7078: 
[BEAM-6094] Implement external environment for portable BeamPython.
URL: https://github.com/apache/beam/pull/7078#discussion_r237700394
 
 

 ##########
 File path: 
sdks/python/apache_beam/runners/portability/local_job_service_main.py
 ##########
 @@ -32,10 +32,8 @@ def run(argv):
   parser.add_argument('-p', '--port',
                       type=int,
                       help='port on which to serve the job api')
-  parser.add_argument('--worker_command_line',
-                      help='command line for starting up a worker process')
   options = parser.parse_args(argv)
-  job_servicer = 
local_job_service.LocalJobServicer(options.worker_command_line)
+  job_servicer = local_job_service.LocalJobServicer()
 
 Review comment:
   Do we intend to remove the functionality of providing worker command line

----------------------------------------------------------------
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: 170903)

> Implement External environment for Portable Beam
> ------------------------------------------------
>
>                 Key: BEAM-6094
>                 URL: https://issues.apache.org/jira/browse/BEAM-6094
>             Project: Beam
>          Issue Type: Improvement
>          Components: beam-model
>            Reporter: Robert Bradshaw
>            Assignee: Robert Bradshaw
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>




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

Reply via email to