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

2020-12-14 Thread Aljoscha Krettek (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-20541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aljoscha Krettek updated FLINK-20541:
-
Fix Version/s: (was: 1.11.3)

> 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
>
> {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.
> */
> void run(
>  final Configuration configuration,
>  final ApplicationConfiguration applicationConfiguration) throws 
> Exception;
> }
> {code}
>  is not used



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


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

2020-12-08 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-20541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-20541:
---
Labels: pull-request-available  (was: )

> 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.
> */
> void run(
>  final Configuration configuration,
>  final ApplicationConfiguration applicationConfiguration) throws 
> Exception;
> }
> {code}
>  is not used



--
This message was sent by Atlassian Jira
(v8.3.4#803005)