Re: [DISCUSS] Support the session job management in kubernetes operator

2022-03-22 Thread Aitozi
> > > > think > > > > > > > > > > > > > > > > it can be a follow up work as an improvement after we support > > the > > > > > > session > > > > > > > > job operation. > > > > >

Re: [DISCUSS] Support the session job management in kubernetes operator

2022-03-22 Thread Yang Wang
> > > > > > > > > > > > > > > Geng Biao 于2022年3月17日周四 10:55写道: > > > > > > > > > > > > > >> Thanks Aitozi for the work! > > > > > > >> > > > > > > >&g

Re: [DISCUSS] Support the session job management in kubernetes operator

2022-03-22 Thread Aitozi
RunHeaders with uber job jar as > > well. > > > > As > > > > > >> Yang said, the user defined dependencies may be better supported > > in > > > > > >> upstream flink. > > > > > >> A follow-up thought: I think we should c

Re: [DISCUSS] Support the session job management in kubernetes operator

2022-03-21 Thread Yang Wang
hould care the potential > influence > > > on > > > > >> user experiences: as the job graph is generated in JM, when the > > > > generation > > > > >> fails due to some issues in the main() method, we should do some > > work > >

Re: [DISCUSS] Support the session job management in kubernetes operator

2022-03-21 Thread Thomas Weise
> > on > > > >> user experiences: as the job graph is generated in JM, when the > > > generation > > > >> fails due to some issues in the main() method, we should do some > work > > on > > > >> showing such error messages in this

Re: [DISCUSS] Support the session job management in kubernetes operator

2022-03-18 Thread Yang Wang
ages in this proposal or the later k8s operator > > >> implementation. Reason for this question is that if users submit many > > jobs > > >> to one same session cluster, it may be not easy for them to find > > relevant > > >> error logs

Re: [DISCUSS] Support the session job management in kubernetes operator

2022-03-18 Thread Gyula Fóra
it may be not easy for them to find > relevant > >> error logs about main() method of a specific job. The FLINK-25715 could > >> help us later. > >> > >> > >> Best, > >> Biao Geng > >> > >> > >> 发件人: Aitozi > >&

Re: [DISCUSS] Support the session job management in kubernetes operator

2022-03-18 Thread Aitozi
cific job. The FLINK-25715 could >> help us later. >> >> >> Best, >> Biao Geng >> >> >> 发件人: Aitozi >> 日期: 星期三, 2022年3月16日 下午5:19 >> 收件人: dev@flink.apache.org >> 主题: Re: [DISCUSS] Support the session job management in kubernetes >> operat

Re: [DISCUSS] Support the session job management in kubernetes operator

2022-03-16 Thread Aitozi
that if users submit many jobs > to one same session cluster, it may be not easy for them to find relevant > error logs about main() method of a specific job. The FLINK-25715 could > help us later. > > > Best, > Biao Geng > > > 发件人: Aitozi > 日期: 星期三, 2022年3月16日 下午5:19

答复: [DISCUSS] Support the session job management in kubernetes operator

2022-03-16 Thread Geng Biao
not easy for them to find relevant error logs about main() method of a specific job. The FLINK-25715 could help us later. Best, Biao Geng 发件人: Aitozi 日期: 星期三, 2022年3月16日 下午5:19 收件人: dev@flink.apache.org 主题: Re: [DISCUSS] Support the session job management in kubernetes operator Hi Yang Wang

Re: [DISCUSS] Support the session job management in kubernetes operator

2022-03-16 Thread Aitozi
Hi Yang Wang Thanks for your feedback, Provide the local and http implementation for the first version makes sense to me. +1 for it. Best, Aitozi Yang Wang 于2022年3月16日周三 16:44写道: > # How to download the user jars > I agree with Gyula that it will be a burden if we bundle the flink > filesys

Re: [DISCUSS] Support the session job management in kubernetes operator

2022-03-16 Thread Yang Wang
# How to download the user jars I agree with Gyula that it will be a burden if we bundle the flink filesystem dependencies in the operator image. Maybe we could have a *ArtifactFetcher* interface in the flink-kubernetes-operator. By default, we provide the local and http implementation, which means

Re: [DISCUSS] Support the session job management in kubernetes operator

2022-03-16 Thread Aitozi
Hi Gyula Thanks for your quick response. Regarding the different filesystems dependency, I think we can make it optional and pluggable, and let it choose by user when building their operator image. Users can build their image from the base operator image and add filesystem dependency they want

Re: [DISCUSS] Support the session job management in kubernetes operator

2022-03-16 Thread Gyula Fóra
Thank you Aitozi! I think this will be a very nice (and simple) addition to enable these use-cases. I have 2 comments regarding the proposal: 1. I think if we want to support different filesystems to download jars from, we probably need some clever ways to add external operator dependencies (jar

[DISCUSS] Support the session job management in kubernetes operator

2022-03-16 Thread Aitozi
Hi Guys: I would like to open a discussion for support session job management in kubernetes operator. It’s intended to enhance the flink-kubernetes-operator to manage the session job with k8s tooling. I have drafted the design doc[1]. Please refer to it and give me some feedback . [1] https: