[
https://issues.apache.org/jira/browse/BEAM-5978?focusedWorklogId=171900&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-171900
]
ASF GitHub Bot logged work on BEAM-5978:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Dec/18 13:46
Start Date: 04/Dec/18 13:46
Worklog Time Spent: 10m
Work Description: mxm commented on a change in pull request #7174:
[BEAM-5978] Changing parallelism for wordcount to 1
URL: https://github.com/apache/beam/pull/7174#discussion_r238666900
##########
File path: sdks/python/build.gradle
##########
@@ -283,13 +283,14 @@ def portableWordCountTask(name, streaming, envdir) {
"--input=/etc/profile",
"--output=/tmp/py-wordcount-direct",
"--runner=PortableRunner",
- "--experiments=worker_threads=100",
]
if (streaming)
options += ["--streaming"]
else
// workaround for local file output in docker container
options += ["--environment_cache_millis=10000"]
+ // [BEAM-5167] Workaround for scheduling issue between SDKHarness and
Flink
+ options += ["--parallelism=1"]
Review comment:
Good catch. That's why it's better to always use brackets for if blocks.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 171900)
Time Spent: 6h 10m (was: 6h)
> portableWordCount gradle task not working
> -----------------------------------------
>
> Key: BEAM-5978
> URL: https://issues.apache.org/jira/browse/BEAM-5978
> Project: Beam
> Issue Type: Bug
> Components: examples-python
> Reporter: Ankur Goenka
> Assignee: Ankur Goenka
> Priority: Major
> Fix For: 2.10.0
>
> Time Spent: 6h 10m
> Remaining Estimate: 0h
>
> A few issues with portableWordCount gradle task when running with jobserver
> docker image
> # Jobserver docker image docker mount fails on linux.
> # Docker can not write read and write to local file system.
> # Docker from jobserver docker container requires libltdl7 lib on linux.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)