zhuzhurk commented on a change in pull request #9675: [FLINK-13953] [runtime] 
Facilitate enabling new scheduler in MiniCluster Tests
URL: https://github.com/apache/flink/pull/9675#discussion_r325243882
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/minicluster/MiniClusterConfiguration.java
 ##########
 @@ -38,6 +38,8 @@
  */
 public class MiniClusterConfiguration {
 
+       static final String SCHEDULER_TYPE_KEY = "schedulerType";
 
 Review comment:
   No such convention yet. But I think it's fine to use the 
JobManagerOptions.SCHEDULER key as the property key as they take the same 
values.

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