Thanks Sandesh. This is what I am looking for.
Regards, Raja. From: Sandesh Hegde <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Monday, June 20, 2016 at 1:00 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: property for application name My previous mail was for getting the name, here is the answer for setting the name <property> <name>dt.attr.APPLICATION_NAME</name> <value>Hello World</value> </property> On Mon, Jun 20, 2016 at 10:48 AM Sandesh Hegde <[email protected]<mailto:[email protected]>> wrote: Within the Operator, you can do the following to get the name. context.getValue(Context.DAGContext.APPLICATION_NAME); ( Application name is part of the DAG context ) On Mon, Jun 20, 2016 at 10:07 AM Raja.Aravapalli <[email protected]<mailto:[email protected]>> wrote: Hi, Curious to know, Is there a property to pass the application name from properties.xml file ? Regards, Raja.
