wangyang0918 commented on a change in pull request #9587: [FLINK-13685][yarn] 
Validate YARN deployment against YARN scheduler maximum vcore size
URL: https://github.com/apache/flink/pull/9587#discussion_r320148085
 
 

 ##########
 File path: 
flink-yarn/src/main/java/org/apache/flink/yarn/configuration/YarnConfigOptions.java
 ##########
 @@ -83,6 +83,17 @@
                                
code("org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler"))
                                .build());
 
+       /**
+        * The scheduler maximum-allocation-vcores exposed by YARN. This is a 
global property of the Yarn scheduler."
+        */
+       public static final ConfigOption<Integer> SCHEDULER_MAX_VCORE =
 
 Review comment:
   Why do we need this config options?

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