Hi everyone, I have a preliminary PR submitted based on what I have understood from the codebase in the last week: https://github.com/apache/incubator-heron/pull/3710
I am unsure if I am getting the CLI parameter for "--config-property" correctly and if anyone has experience with this please chime in. For now, I have set the key to "heron.kubernetes.pod.template.configmap.name" pending review and approval. Feedback and critique are welcome on the entire PR. I am having build issues on my end and have not tested much, so anyone with experience using ConfigMaps for Pod Templates please give it a whirl. I am working to resolve the build issues on my machines. On 2021/09/08 17:51:05, Saad Ur Rahman <[email protected]> wrote: > 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> > > > > >> > > > >> > > > > > >
