You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chuanlei Ni (JIRA)" <ji...@apache.org> on 2018/07/03 08:40:00 UTC

[jira] [Created] (FLINK-9710) Make ClusterClient be used as multiple instances in a single jvm process

Chuanlei Ni created FLINK-9710:
----------------------------------

             Summary: Make ClusterClient be used as multiple instances in a single jvm process
                 Key: FLINK-9710
                 URL: https://issues.apache.org/jira/browse/FLINK-9710
             Project: Flink
          Issue Type: Improvement
          Components: Client
    Affects Versions: 1.4.2
            Reporter: Chuanlei Ni


We can useĀ `ClusterClient` to submit job, but it is designed for command. So we cannot use this class in a long running jvm process which will create multiple cluster client concurrently.

This Jira aims to make `ClusterClient` be used as multiple instances in a single jvm process.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)