You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Kostas Kloudas (Jira)" <ji...@apache.org> on 2019/10/23 07:41:00 UTC

[jira] [Created] (FLINK-14501) Move ClusteDescriptor/ClusterSpecification creation from the CustomCommandLine to a ClusterClientFactory

Kostas Kloudas created FLINK-14501:
--------------------------------------

             Summary: Move ClusteDescriptor/ClusterSpecification creation from the CustomCommandLine to a ClusterClientFactory
                 Key: FLINK-14501
                 URL: https://issues.apache.org/jira/browse/FLINK-14501
             Project: Flink
          Issue Type: Sub-task
          Components: Client / Job Submission, Command Line Client
    Affects Versions: 1.9.0
            Reporter: Kostas Kloudas
            Assignee: Kostas Kloudas


This issue targets to make the {{ClusterDescriptor}} and the {{ClusterSpecification}} independent from the {{CommandLine}} . Currently this is not the case, as the {{CustomCommandLine}} is responsible for instantiating them.

 

The correct {{ClusterClientFactory}} can be discovered based on Service Discovery.

 

This decoupling will enable the further decoupling of the cluster execution from the command line-related code, which apart from unnecessary, it is also a bad separation of concerns.

 



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