Re: [DISCUSS] Expose multiple level clients

2019-09-26 Thread Zili Chen
Thanks for your reply Kostas! Sorry for replying late. The most unclear point about multi-layered client is about where Executor is. I will also separate the corresponding reply into FLIP-73 and FLIP-74 dedicated thread. Best, tison. Kostas Kloudas 于2019年9月25日周三 下午9:31写道: > Hi Tison, > > I sh

Re: [DISCUSS] Expose multiple level clients

2019-09-25 Thread Kostas Kloudas
Hi Tison, I shared some thoughts on this topic in the FLIP-74 thread, as some of the questions are related to that. Cheers, Kostas On Wed, Sep 25, 2019 at 12:30 PM Zili Chen wrote: > > Hi all, > > While drafting FLIP-74 I notice that a job level client(called JobClient) is > always retrieved f

[DISCUSS] Expose multiple level clients

2019-09-25 Thread Zili Chen
Hi all, While drafting FLIP-74 I notice that a job level client(called JobClient) is always retrieved from a Flink application cluster level client(called ClusterClient), which is then always retrieved from a extern cluster(YARN, mesos, k8s, etc.) level client(called ClusterDescriptor). A Flink j