Hi, I have concocted a plan 🤔️ and I will try and have a WIP PR soon for review. I had to go over the codebase for Heron and understand the Kubernetes API.
On 2021/09/07 18:38:34, Saad <[email protected]> wrote: > @Ning: I guess we are all learning a little here. > @Josh & @Nick: I am actively updating what I have figured out thus far in > the issue on Github: https://github.com/apache/incubator-heron/issues/3707. > > If anyone has any familiarity with how the configs are structured and > handled in Heron please let me know with a reply either here on the > Gitub issue linked above. > > On 2021/09/07 07:21:31, Ning Wang <[email protected]> wrote: > > "I have some basic familiarity with the process on> > > Apache projects". That's likely better than me already.> > > > > On Mon, Sep 6, 2021 at 8:27 PM Nicholas Nezis <[email protected]>> > > wrote:> > > > > > Josh,> > > >> > > > It's a feature found in Spark's Kubernetes Scheduler. Instead of > starting> > > > with a base Pod Spec, the scheduler will read a ConfigMap which has a> > > > starting custom Pod Spec.> > > >> > > >> > > > > https://spark.apache.org/docs/latest/running-on-kubernetes.html#pod-template> > > > >> > > > On Mon, Sep 6, 2021 at 8:13 PM Josh Fischer <[email protected]> > wrote:> > > >> > > > > Hi Saad,> > > > >> > > > > Could you explain your use case for pod templates with Heron?> > > > >> > > > > - Josh> > > > > On Sat, Sep 4, 2021 at 1:45 PM Saad <[email protected]> wrote:> > > > >> > > > > > Hi,> > > > > >> > > > > > I have started to try and figure out how to go about adding support > for> > > > > Pod> > > > > > Templates to the ConfigMap, but I am a little lost just poking > around> > > > in> > > > > > the vast codebase. I have added a comment to the Github issue with> > > > what I> > > > > > have found/understood thus far, but need some guidance on coming > up> > > > with> > > > > a> > > > > > plan to implement this.> > > > > >> > > > > > I am new to Heron and I have some basic familiarity with the > process on> > > > > > Apache projects, so please bear with me and please do guide me > where> > > > you> > > > > > can :)> > > > > >> > > > > >> > > > > > Thanks,> > > > > > /Saad> > > > > >> > > > > --> > > > > Sent from A Mobile Device> > > > >> > > >> > > >
