Mukvin commented on code in PR #674:
URL: https://github.com/apache/geaflow/pull/674#discussion_r2533772052


##########
geaflow/geaflow-core/geaflow-engine/geaflow-cluster/src/main/java/org/apache/geaflow/cluster/constants/ClusterConstants.java:
##########
@@ -19,11 +19,14 @@
 
 package org.apache.geaflow.cluster.constants;
 
+import org.apache.geaflow.common.config.Configuration;
+import org.apache.geaflow.common.config.keys.ExecutionConfigKeys;
+
 public class ClusterConstants {
 
-    private static final String MASTER_PREFIX = "master-";
-    private static final String DRIVER_PREFIX = "driver-";
-    private static final String CONTAINER_PREFIX = "container-";
+    public static final String MASTER_PREFIX = "master-";
+    public static final String DRIVER_PREFIX = "driver-";
+    public static final String CONTAINER_PREFIX = "container-";

Review Comment:
   fixed, I have rollback codes.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to