knaufk commented on a change in pull request #18670:
URL: https://github.com/apache/flink/pull/18670#discussion_r802654110
##########
File path:
flink-clients/src/main/java/org/apache/flink/client/deployment/executors/AbstractJobClusterExecutor.java
##########
@@ -67,6 +68,10 @@ public AbstractJobClusterExecutor(@Nonnull final
ClientFactory clusterClientFact
@Nonnull final Configuration configuration,
@Nonnull final ClassLoader userCodeClassloader)
throws Exception {
+
+ LOG.warn(
+ "Job Clusters are deprecated since Flink 1.15. Please use an
Application Cluster/Application Mode instead.");
Review comment:
Good catch. My plan was actually Descriptor and Entrypoint. This is a
copy-paste-error, will fix.
--
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]