I would like to decouple Samza properties with the custom ones (if possible).
- Shekar On Mon, Mar 23, 2015 at 3:12 PM, Shekar Tippur <ctip...@gmail.com> wrote: > Hello, > > I have a custom properties file with name value pairs. > > name1 value1 > name2 value2 > name3 value3 > > I want to pass this to Yarn job. What is the best way to achieve this? > This works well when we declare locally or thread job. > > - Shekar >