Re: read in values from nifi.properties in a Groovy ExecuteScript processor

2016-09-26 Thread Tom Gullo
o > alopre...@apache.org > alopresto.apa...@gmail.com > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > On Sep 23, 2016, at 23:09, Tom Gullo <tomgu...@gmail.com> wrote: > > Andy, I wasn't sure if I would need to read the file in myself but it > loo

Re: read in values from nifi.properties in a Groovy ExecuteScript processor

2016-09-24 Thread Tom Gullo
://github.com/apache/nifi/blob/master/nifi-nar- > bundles/nifi-framework-bundle/nifi-framework/nifi- > properties-loader/src/main/java/org/apache/nifi/properties/ > NiFiPropertiesLoader.java > > > Andy LoPresto > alopre...@apache.org > *alopresto.apa...@gmail.com <alopresto.a

Re: read in values from nifi.properties in a Groovy ExecuteScript processor

2016-09-23 Thread Tom Gullo
<apere...@gmail.com> wrote: > Which NiFi version? With 1.0 there are some bits for variable registry > available, basically one can reference values from external config files > via regular EL expressions. > > Andrew > > On Fri, Sep 23, 2016, 6:00 PM Tom Gullo <tomgu...

read in values from nifi.properties in a Groovy ExecuteScript processor

2016-09-23 Thread Tom Gullo
I want to read in values from nifi.properties in a Groovy ExecuteScript processor. What's the best way to do that? Thanks -Tom