[
https://issues.apache.org/jira/browse/FLINK-20541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
lixiaobao reopened FLINK-20541:
-------------------------------
> ClusterID is not used in the method!
> ------------------------------------
>
> Key: FLINK-20541
> URL: https://issues.apache.org/jira/browse/FLINK-20541
> Project: Flink
> Issue Type: Improvement
> Components: Client / Job Submission
> Affects Versions: 1.11.2
> Reporter: lixiaobao
> Priority: Minor
> Fix For: 1.11.3
>
>
> {code:java}
> package org.apache.flink.client.cli;
> import org.apache.flink.annotation.Internal;
> import
> org.apache.flink.client.deployment.application.ApplicationConfiguration;
> import org.apache.flink.configuration.Configuration;
> /**
> * An interface to be used by the {@link CliFrontend}
> * to submit user programs for execution.
> */
> @Internal
> public interface ApplicationDeployer {
> /**
> * Submits a user program for execution and runs the main user method on
> the cluster.
> *
> * @param configuration the configuration containing all the necessary
> * information about submitting the user program.
> * @param applicationConfiguration an {@link ApplicationConfiguration}
> specific to
> * the application to be executed.
> */
> <ClusterID> void run(
> final Configuration configuration,
> final ApplicationConfiguration applicationConfiguration) throws
> Exception;
> }
> {code}
> <ClusterID> is not used
--
This message was sent by Atlassian Jira
(v8.3.4#803005)