Starting with nifi

2018-07-24 Thread Sachit Murarka
Hello Team, I want to learn with Apache Nifi. There are so many links on apache website. Could you please tell me complete path in order to learn from scratch? Kind Regards, Sachit Murarka

unit test failures on master

2018-07-24 Thread Michael Moser
Greetings NiFi dev: I'm getting unit test failures trying to build the master branch. [INFO] [INFO] Building nifi-runtime 1.8.0-SNAPSHOT [INFO] [INFO]

Re: unit test failures on master

2018-07-24 Thread Andy LoPresto
Mike, Please raise a Jira and I will take it (or I can raise it if you are unavailable). I believe Jeff Storck reactivated that test, and I verified and merged it. Both of us have JCE unlimited enabled on our machines. While the restriction is a legacy artifact of political decisions, we should

Re: unit test failures on master

2018-07-24 Thread Michael Moser
Thanks Andy, I wrote NIFI-5451. On Tue, Jul 24, 2018 at 5:22 PM Andy LoPresto wrote: > Mike, > > Please raise a Jira and I will take it (or I can raise it if you are > unavailable). I believe Jeff Storck reactivated that test, and I verified > and merged it. Both of us have JCE unlimited enable

Re: SSLPeerUnverifiedException Hostname "xyz" not verified

2018-07-24 Thread Jon Logan
Is this a correct assumption? I would think the only way would be to have a cert server and have servers generate certs on initialization? We have our NiFi cluster autoscaling so we'd need this server stood up versus manually provisioning ahead of time. Are there any viable alternatives? And regard

[DISCUSS] Expression Language - New Feature (UDF)

2018-07-24 Thread Ed B
Hi Devs, I've finished (almost) development of a new feature for EL: UDF (User Defined Functions). This will add flexibility to EL, reduce complexity of the flows and so on, and so on... Example: ${exec('com.example.MyDateUtils', 'minus', ${now()}, '1 year')} or ${myAttribute:exec('com.example.My