You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/12/16 02:10:31 UTC

[GitHub] [flink] wangyang0918 commented on issue #10583: [FLINK-15265] Remove "-executor" suffix from executor names

wangyang0918 commented on issue #10583: [FLINK-15265] Remove "-executor" suffix from executor names
URL: https://github.com/apache/flink/pull/10583#issuecomment-565877024
 
 
   @aljoscha @kl0u Do you think we need to unify the executor name. I think it is better we have a consistent executor name schema before it replace the `-m` cli option. Currently, we have the following names.
   * `YarnSessionClusterExecutor` -> `yarn-session-executor`
   * `YarnJobClusterExecutor` -> `yarn-per-job-executor`
   * `KubernetesSessionClusterExecutor` -> `kubernetes-session-cluster`
   * `KubernetesJobClusterExecutor` -> `kubernetes-job-cluster` (TODO)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services