beliefer commented on code in PR #10146:
URL: https://github.com/apache/flink/pull/10146#discussion_r2016230452


##########
flink-core/src/main/java/org/apache/flink/configuration/TaskManagerOptions.java:
##########
@@ -190,9 +190,34 @@ public class TaskManagerOptions {
                                .build());
 
        // 
------------------------------------------------------------------------
-       //  Memory Options
+       //  Resource Options
        // 
------------------------------------------------------------------------
 
+       /**
+        * This config option describes number of cpu cores of task executors.
+        * In case of Yarn / Mesos / Kubernetes, it is used to launch a 
container for the task executor.
+        *
+        * <p>DO NOT USE THIS CONFIG OPTION.

Review Comment:
   Is this still an internal config ? @xintongsong 



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to