[
https://issues.apache.org/jira/browse/BEAM-5978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16705308#comment-16705308
]
Ankur Goenka edited comment on BEAM-5978 at 11/30/18 9:41 PM:
--------------------------------------------------------------
I think the local execution environment sets the parallelism of the pipeline
same as the number of cores on the machine. In my case, its 12. As we have 12
threads in SDKHarness, we get a deadlock on my machine.
Running on a cluster does not have this issue as the default parallelism there
is 1.
was (Author: angoenka):
I think the local execution environment sets the parallelism of the pipeline
same as the number of coders on the machine. In my case, its 12. As we have 12
threads in SDKHarness, we get a deadlock on my machine.
Running on a cluster does not have this issue as the default parallelism there
is 1.
> 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: 4h
> 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)