Repository: nifi Updated Branches: refs/heads/support/nifi-0.5.x d02b089ba -> 12bd6d46e
Clarifying embedded ZooKeeper on NCM is not possible. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/12bd6d46 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/12bd6d46 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/12bd6d46 Branch: refs/heads/support/nifi-0.5.x Commit: 12bd6d46e142c8f8a0239da99db4cdb085c0f4b6 Parents: d02b089 Author: Matt Gilman <[email protected]> Authored: Mon Feb 22 16:34:43 2016 -0500 Committer: Matt Gilman <[email protected]> Committed: Mon Feb 22 16:35:36 2016 -0500 ---------------------------------------------------------------------- nifi-docs/src/main/asciidoc/administration-guide.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/12bd6d46/nifi-docs/src/main/asciidoc/administration-guide.adoc ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc b/nifi-docs/src/main/asciidoc/administration-guide.adoc index 464f113..829a56c 100644 --- a/nifi-docs/src/main/asciidoc/administration-guide.adoc +++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc @@ -742,8 +742,8 @@ This can be accomplished by setting the `nifi.state.management.embedded.zookeepe that should run the embedded ZooKeeper server. Generally, it is advisable to run ZooKeeper on either 3 or 5 nodes. Running on fewer than 3 nodes provides less durability in the face of failure. Running on more than 5 nodes generally produces more network traffic than is necessary. Additionally, running ZooKeeper on 4 nodes provides no more benefit than running on 3 nodes, ZooKeeper requires a majority of nodes be active in order to function. -However, it is up to the administrator to determine the number of nodes most appropriate to the particular deployment of NiFi. Though, it is not -recommended to run ZooKeeper server on the NCM. +However, it is up to the administrator to determine the number of nodes most appropriate to the particular deployment of NiFi. An embedded ZooKeeper +server cannot be run on the NCM. If the `nifi.state.management.embedded.zookeeper.start` property is set to `true`, the `nifi.state.management.embedded.zookeeper.properties` property in _nifi.properties_ also becomes relevant. This specifies the ZooKeeper properties file to use. At a minimum, this properties file needs to be populated
