[ 
https://issues.apache.org/jira/browse/FLINK-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15152100#comment-15152100
 ] 

ASF GitHub Bot commented on FLINK-2213:
---------------------------------------

Github user rmetzger commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1588#discussion_r53296134
  
    --- Diff: 
flink-yarn-tests/src/main/java/org/apache/flink/yarn/YARNSessionFIFOITCase.java 
---
    @@ -114,9 +108,9 @@ public void testClientStartup() {
                                                "-n", "1",
                                                "-jm", "768",
                                                "-tm", "1024",
    -                                           "-s", "2" // Test that 2 slots 
are started on the TaskManager.
    +                                           "-s", "1" // Test that 1 slots 
are started on the TaskManager.
                                },
    -                           "Number of connected TaskManagers changed to 1. 
Slots available: 2", null, RunTypes.YARN_SESSION, 0);
    +                           "Number of connected TaskManagers changed to 1. 
Slots available: 1", null, RunTypes.YARN_SESSION, 0);
    --- End diff --
    
    Can you set the number of slots back to 2 and move the test to the other 
class as well?


> 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.0
>            Reporter: Ufuk Celebi
>            Assignee: Klou
>             Fix For: 1.0.0
>
>
> 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)

Reply via email to