Re: Environment variables

2021-09-10 Thread Edward Armes
Hi Dima, In that case, I would recommend just deploying the pre-built docker image in your dev environment instead of running multiple instances together. I would also suggest as alternative one of 2 things, people experiment locally on their own instances as Nifi is distributed as an archive it

Re: Environment variables

2021-09-10 Thread Dmitry Stepanov
Hi Edward, You're right - we will be using containers for production. I'm just testing things out on a sandbox or dev env we already have. Thank you, On Fri, Sep 10, 2021 at 12:04 PM Edward Armes wrote: > Hi Dima, > > Ideally you should not run anything as the root user as it tends to cause >

Re: Environment variables

2021-09-10 Thread Edward Armes
Hi Dima, Ideally you should not run anything as the root user as it tends to cause more issues then it solves in the long term. Secondly I would recommend against running more than one Nifi instance concurrently on a host without some sort of isolation like a container or a jail. If you're look

Environment variables

2021-09-10 Thread Dmitry Stepanov
Hi Community, Question on the env variables - I plan on using multiple service instances of NiFi running on same server under same user (root). I'm mostly concerned about env variables from "nifi-1.14.0/bin/nifi-env.sh" Thank you for your help, Dima Stepanov

Nifi administration: Importing environment variables

2018-09-18 Thread Hesselmann, Brian
Hi, I've been trying to import certain environment variables into Nifi. I know it is possible to add exports of variables to the nifi-env.sh file. However these variables are only loaded on a nifi service restart and not added during a system reboot or systemctl restart. The reason I l

accessing environment variables via expression language

2017-08-17 Thread Jeremy Farbota
Using a cluster with three nodes on CentOs 7 and NiFi 1.3.0. NiFi is unable to access environment variables. Do we need to list all of our environment variables that NiFi will use in ./bin/nifi-env.sh? We've been restarting nifi nodes after each new environment variable is created/set