Re: Sharing Properties Between Operators

2016-08-01 Thread Ashwin Chandra Putta
Alex, I tried to give regular expression on the partial operator name and it works. Eg: dt.application.*.operator.hazel[\w].prop.host 127.0.0.1 Regards, Ashwin. On Mon, Aug 1, 2016 at 2:26 PM, David Yan wrote: > Hi Alex, > > You can make multiple operators

Re: Sharing Properties Between Operators

2016-08-01 Thread David Yan
Hi Alex, You can make multiple operators sharing the same property by doing something like this: your.own.property.name 127.0.0.1 dt.operator.opName1.prop.[property-name] ${your.own.property.name} dt.operator.opName2.prop.[property-name] ${your.own.property.name} Or

Sharing Properties Between Operators

2016-08-01 Thread McCullough, Alex
Hey, I have an input and processing operator that both rely on hazelcast. I defined a base operator where the setup method and common properties are defined, each have an abstract class that extends this base operator to handle default input or processing logic along with unique properties at