NIFI-1024 Correcting references to nifi.cluster.manager.protocol.port
Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/f6d34279 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/f6d34279 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/f6d34279 Branch: refs/heads/NIFI-810-InputRequirement Commit: f6d3427955c48052bc214e08efcb24934d9a4cba Parents: f798127 Author: Aldrin Piri <[email protected]> Authored: Tue Oct 6 13:00:30 2015 -0400 Committer: Aldrin Piri <[email protected]> Committed: Fri Oct 9 14:22:00 2015 -0400 ---------------------------------------------------------------------- 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/f6d34279/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 75523bf..fb109c9 100644 --- a/nifi-docs/src/main/asciidoc/administration-guide.adoc +++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc @@ -336,7 +336,7 @@ For the NCM, the minimum properties to configure are as follows: * Under the Web Properties, set either the http or https port that you want the NCM to run on. If the NCM and one of the nodes are on the same server, make sure this port is different from the web port used by the node. * Under the Cluster Manager Properties, set the following: ** nifi.cluster.is.manager - Set this to _true_. -** nifi.cluster.protocol.manager.port - Set this to an open port that is higher than 1024 (anything lower requires root). Take note of this setting, as you will need to reference it when you set up the nodes. +** nifi.cluster.manager.protocol.port - Set this to an open port that is higher than 1024 (anything lower requires root). Take note of this setting, as you will need to reference it when you set up the nodes. For Node 1, the minimum properties to configure are as follows: @@ -344,7 +344,7 @@ For Node 1, the minimum properties to configure are as follows: * Under Cluster Node Properties, set the following: ** nifi.cluster.is.node - Set this to _true_. ** nifi.cluster.node.address - Set this to the fully qualified hostname of the node. If left blank, it defaults to "localhost". -** nifi.cluster.node.protocol.port - Set this to an open port that is higher than 1024 (anything lower requires root). If Node 1 and the NCM are on the same server, make sure this port is different from the nifi.cluster.protocol.manager.port. +** nifi.cluster.node.protocol.port - Set this to an open port that is higher than 1024 (anything lower requires root). If Node 1 and the NCM are on the same server, make sure this port is different from the nifi.cluster.manager.protocol.port. ** nifi.cluster.node.unicast.manager.address - Set this to the NCM's fully qualified hostname. ** nifi.cluster.node.unicast.manager.protocol.port - Set this to exactly the same port that was set on the NCM for the property nifi.cluster.manager.protocol.port.
