Re: Nifi 1.15.1 RPM issue

2021-12-21 Thread Gregory M. Foreman
Hello Edward: SELinux is running in Permissive mode. Greg > On Dec 18, 2021, at 8:15 AM, Edward Armes wrote: > > Hi Greg, > > Can you confirm when you deploy via the RPM and start Nifi that selinux is > either running in permissive mode or is disabled > > Edward > > On Fri, 17 Dec 2021, 20

Re: Nifi 1.15.1 RPM issue

2021-12-21 Thread Gregory M. Foreman
I did the following:cd /opt/nifi/nifi-1.15.1/mv lib lib.bakcp -R ~/sandbox/nifi-1.15.1-build/nifi-1.15.1/nifi-assembly/target/nifi-1.15.1-bin/nifi-1.15.1/lib .bin/nifi.sh startand the server started fine.  Any insights into why the libs would differ?  The diffs between the two directories are attac

Re: Nifi 1.15.1 RPM issue

2021-12-21 Thread Joe Witt
Greg I dont quite follow what the diff shows but someone needs to actively maintain the RPM config as the config for the assembly itself is done. This tends to drift over time as the RPM gets much less attention. We'll need someone to look into it. If there isn't a JIRA please do file one. Than

Passing single and double-quotes as part of parameters

2021-12-21 Thread Jean-Sebastien Vachon
Hi all, I'm trying to configure an ExecuteStreamCommand processor that will simply receive a JSON array such as ["1 2", "3 4"] and merge everything into a single line. I can do it easily with jq from the command line echo '["1 2", "4 5"]' |jq 'join(" ")' "1 2 4 5" I am running into issues when