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

 ##########
 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:
   Not sure if there are any conventions about how to name system properties. 
Maybe this should be also named `jobmanager.scheduler` to keep it aligned with 
`JobManagerOptions.SCHEDULER`.

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