kl0u commented on a change in pull request #10528: [FLINK-15179] Kubernetes 
Session CLI use generic ExecutorCLI, not custom one
URL: https://github.com/apache/flink/pull/10528#discussion_r357137057
 
 

 ##########
 File path: flink-dist/src/main/flink-bin/kubernetes-bin/kubernetes-session.sh
 ##########
 @@ -36,4 +36,4 @@ log_setting="-Dlog.file="$log" 
-Dlog4j.configuration=file:"$FLINK_CONF_DIR"/log4
 
 export FLINK_CONF_DIR
 
-$JAVA_RUN $JVM_ARGS -classpath "$CC_CLASSPATH" $log_setting 
org.apache.flink.kubernetes.cli.FlinkKubernetesCustomCli "$@"
+$JAVA_RUN $JVM_ARGS -classpath "$CC_CLASSPATH" $log_setting 
org.apache.flink.kubernetes.cli.KubernetesSessionCli "$@"
 
 Review comment:
   You are right that we need to specify the target here but I will add it in 
the `KubernetesSessionCli.getEffectiveConfiguration()` because whenever the 
user explicitly goes to this class, he/she intends to use this executor. 

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