Re: [NIFI-CPP] Problem with UpdateAttribute processor

2018-04-19 Thread Andy Christianson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Iyán, It looks like you are using the 0.4.0 release tar, which does not include UpdateAttribute. Please try building with the latest master release. Regards, Andy I.C. -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (GNU/Linux)

Re: [NIFI-CPP] Problem with UpdateAttribute processor

2018-04-19 Thread Andy Christianson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Iyán, UpdateAttribute should be fairly straightforward, as it's a core processor. This should be a simple issue to figure out. We're looking into this. Regards, Andy I.C. -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (GNU/Linux)

Re: Referencing a property from nifi.properties into a processor.

2018-04-19 Thread Bryan Bende
You can also set system properties in bootstrap.conf, this was the primary way of setting up variables before either of the variable registries existed. java.arg.123=-Dmyvar=myvalue On Thu, Apr 19, 2018 at 8:41 AM, Matt Burgess wrote: > If you are using a version of NiFi

Re: Referencing a property from nifi.properties into a processor.

2018-04-19 Thread Matt Burgess
If you are using a version of NiFi that has ExecuteScript, you could write a script that reads in the properties from that file and create flow file attributes from them, then for downstream processors that accept incoming flow files and evaluate Expression Language against them, you'll be able to

Referencing a property from nifi.properties into a processor.

2018-04-19 Thread saloni udani
Hi There are two ways to use and manage custom properties in NiFi: -In the NiFi UI via the Variables window -Referencing custom properties via 'nifi.properties' But I am using older version of NiFi which doesn't have variable registry support.So is it possible to refer to the properties from

Re: Execute multiple HQL statements in PutHiveQL or SelectHiveQL

2018-04-19 Thread Koji Kawamura
Hello Dejan, I tested SET property statements bundled with INSERT statement in a single FlowFile passed to PutHiveQL. The same warning message is logged as you reported. However, actual INSERT was successful, I confirmed new rows were inserted. Please let us know if not the case. Although the