tillrohrmann commented on a change in pull request #9678: [FLINK-12362] Remove 
legacy container number config option for Flink on yarn
URL: https://github.com/apache/flink/pull/9678#discussion_r324345844
 
 

 ##########
 File path: 
flink-yarn/src/main/java/org/apache/flink/yarn/cli/FlinkYarnSessionCli.java
 ##########
 @@ -406,7 +390,7 @@ private ClusterSpecification 
createClusterSpecification(Configuration configurat
                return new ClusterSpecification.ClusterSpecificationBuilder()
                        .setMasterMemoryMB(jobManagerMemoryMB)
                        .setTaskManagerMemoryMB(taskManagerMemoryMB)
-                       .setNumberTaskManagers(numberTaskManagers)
+                       .setNumberTaskManagers(1)
 
 Review comment:
   Let's remove this call altogether.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to