You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2016/02/22 22:35:07 UTC

nifi git commit: Clarifying embedded ZooKeeper on NCM is not possible.

Repository: nifi
Updated Branches:
  refs/heads/master 8cff13e74 -> bb2d2c367


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/bb2d2c36
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/bb2d2c36
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/bb2d2c36

Branch: refs/heads/master
Commit: bb2d2c367442e57be2fdb92639f6043280c96dda
Parents: 8cff13e
Author: Matt Gilman <ma...@gmail.com>
Authored: Mon Feb 22 16:34:43 2016 -0500
Committer: Matt Gilman <ma...@gmail.com>
Committed: Mon Feb 22 16:34:43 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/bb2d2c36/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