Re: Setting variables of Application class using properties.xml

2017-04-07 Thread Ambarish Pande
oh. Got it. Thank You.

Re: Setting variables of Application class using properties.xml

2017-04-07 Thread Yogi Devendra
You can access properties defined in properties.xml in populateDAG. You can set variables Application.java by reading conf in populateDAG() ~ Yogi On 7 April 2017 at 11:02, Ambarish Pande wrote: > Hello, > > Is there a way by which i can set some variable

Setting variables of Application class using properties.xml

2017-04-07 Thread Ambarish Pande
Hello, Is there a way by which i can set some variable declared in my Application.java through properties.xml. I know i can set Operator variables using properties.xml like dt.app.operator.prop. I want to do the same thing to set a variable of my Application Class which has the populateDag