[
https://issues.apache.org/jira/browse/BEAM-8318?focusedWorklogId=319854&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-319854
]
ASF GitHub Bot logged work on BEAM-8318:
----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Sep/19 22:01
Start Date: 27/Sep/19 22:01
Worklog Time Spent: 10m
Work Description: angoenka commented on pull request #9675: [BEAM-8318]
Adds a pipeline option to Python SDK for controlling the number of threads per
worker.
URL: https://github.com/apache/beam/pull/9675#discussion_r329265698
##########
File path: sdks/python/apache_beam/options/pipeline_options.py
##########
@@ -680,6 +680,16 @@ def _add_argparse_args(cls, parser):
'enabled with this flag. Please sync with the owners of the runner '
'before enabling any experiments.'))
+ parser.add_argument(
+ '--number_of_worker_threads',
Review comment:
It will be good to keep the name same as in JRH
`getNumberOfWorkerHarnessThreads`
----------------------------------------------------------------
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: 319854)
Time Spent: 0.5h (was: 20m)
> Add a num_threads_per_worker pipeline option to Python SDK.
> -----------------------------------------------------------
>
> Key: BEAM-8318
> URL: https://issues.apache.org/jira/browse/BEAM-8318
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Chamikara Madhusanka Jayalath
> Assignee: Chamikara Madhusanka Jayalath
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Similar to what we have here for Java:
> [https://github.com/apache/beam/blob/master/runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowPipelineDebugOptions.java#L178]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)