[ https://issues.apache.org/jira/browse/FLINK-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14996423#comment-14996423 ]
Fabian Hueske edited comment on FLINK-2213 at 11/9/15 12:13 PM: ---------------------------------------------------------------- Flink does not give guarantees for the number of threads per task slot. Each unchained operator runs as a thread and some operators such as sorts are executed in multiple threads. So depending on the JobGraph there can be 10 or more threads per task slot. Do you know what the termination condition of a {{LinuxContainerExecutor}} is? was (Author: fhueske): Flink does not give guarantees for the number of threads per task slot. Each unchained operator runs as a thread and some operators such as sorts are executed in multiple threads. Do you know what the termination condition of a {{LinuxContainerExecutor}} is? > Configure number of vcores > -------------------------- > > Key: FLINK-2213 > URL: https://issues.apache.org/jira/browse/FLINK-2213 > Project: Flink > Issue Type: Improvement > Components: YARN Client > Affects Versions: 0.10 > Reporter: Ufuk Celebi > > Currently, the number of vcores per YARN container is set to 1. > It is desirable to allow configuring this value. As a simple heuristic it > makes sense to at least set it to the number of slots per container. -- This message was sent by Atlassian JIRA (v6.3.4#6332)