Github user andrewmlim commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2922#discussion_r205883004
--- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc ---
@@ -2364,7 +2468,7 @@ in the following locations:
- _conf/zookeeper.properties_ file should use FQDN for `server.1`,
`server.2`, ..., `server.N` values.
- The `Connect String` property of the ZooKeeperStateProvider
- - The /etc/hosts file should also resolve the FQDN to an IP address
that is *not* _127.0.0.1_.
+ - The /etc/hosts file should also resolve the FQDN to an IP address
that is *not* `127.0.0.1`.
--- End diff --
yes
---