Re: CI/CD for custom processor in aws nifi cluster

2019-11-18 Thread Bryan Bende
Actually, I forgot auto-loading is in 1.9.0 [1], but even without that you could do the same thing and instead write it to your custom_lib, and then you'd have to call ExecuteScript to call "bin/nifi.sh restart". With auto-loading then no restart is required. [1]

Re: CI/CD for custom processor in aws nifi cluster

2019-11-18 Thread sanjeet rath
Thanks Bryan for your quick response. we are using nifi 1.8 version.Could you please suggest something regards to 1.8 version. Regards, Sanjeet On Mon, 18 Nov, 2019, 10:21 PM Bryan Bende, wrote: > If you are using NiFi 1.9.x or newer, then there is a new feature to > auto-load new NARs in a

Re: CI/CD for custom processor in aws nifi cluster

2019-11-18 Thread Bryan Bende
If you are using NiFi 1.9.x or newer, then there is a new feature to auto-load new NARs in a directory specified by nifi.nar.library.autoload.directory in nifi.properties. You could make part of your NiFi flow run ListS3 -> FetchS3 -> PutFile into the auto-load directory, then NiFi will update

CI/CD for custom processor in aws nifi cluster

2019-11-18 Thread sanjeet rath
Hi Team, I have a requirement of building CI/CD pipeline using jenkin & concourse to build and deploy custom nars in AWS nifi cluster. The CI part is completed successfully , but in the CD while doing the deployment using concourse pipeline, we have a problem , we can not ssh to port 22 of the