You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "lixiaobao (Jira)" <ji...@apache.org> on 2020/12/09 09:38:00 UTC

[jira] [Commented] (FLINK-20541) ClusterID is not used in the method!

    [ https://issues.apache.org/jira/browse/FLINK-20541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246399#comment-17246399 ] 

lixiaobao commented on FLINK-20541:
-----------------------------------

Assign to me, please!

> 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
>              Labels: pull-request-available
>             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)