You’ll need to add this line to your bootstrap.conf file to disable the Zookeeper Admin Server. We’ve done this for you in NiFi 1.11.x
java.arg.17=-Dzookeeper.admin.enableServer=false From: Samarendra Sahoo <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Friday, March 6, 2020 at 11:17 PM To: "[email protected]" <[email protected]>, "[email protected]" <[email protected]> Subject: Nifi installation - port 8080 being used even nifi installed with a different port We have installed Nfi 1.10.0 on RHEL7.2 to run on port 9778. However, we are seeing that its using port 8080 as well as per the below log message. Could you pls suggest how to make all of the nifi services run on port 9778? o.a.z.server.admin.JettyAdminServer Started AdminServer on address 0.0.0.0, port 8080 Thanks Sam
