NIFI-7022 - This closes #3989. Disable Zookeeper Admin Server for Embedded Zookeeper

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
Shawn Weeks 2020-01-15 12:57:13 -06:00 committed by Joe Witt
parent cdbcc4725c
commit aa24664801
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ java.arg.15=-Djava.security.egd=file:/dev/urandom
# Please see https://docs.oracle.com/javase/8/docs/technotes/guides/security/jgss/single-signon.html, section "EXCEPTIONS TO THE MODEL"
java.arg.16=-Djavax.security.auth.useSubjectCredsOnly=true
# Zookeeper 3.5 now includes an Admin Server that starts on port 8080, since NiFi is already using that port disable by default.
# Please see https://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_adminserver_config for configuration options.
java.arg.17.=-Dzookeeper.admin.enableServer=false
###
# Notification Services for notifying interested parties when NiFi is stopped, started, dies
###