Repository: accumulo Updated Branches: refs/heads/master 65bfccfb2 -> b223488b5
ACCUMULO-3071 Add replication thrift service ports to user manual default ports. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b223488b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b223488b Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/b223488b Branch: refs/heads/master Commit: b223488b5a25405f23e3444b6e3069455ace1197 Parents: 65bfccf Author: Josh Elser <[email protected]> Authored: Thu Aug 21 14:08:51 2014 -0400 Committer: Josh Elser <[email protected]> Committed: Thu Aug 21 14:08:51 2014 -0400 ---------------------------------------------------------------------- docs/src/main/asciidoc/chapters/administration.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/b223488b/docs/src/main/asciidoc/chapters/administration.txt ---------------------------------------------------------------------- diff --git a/docs/src/main/asciidoc/chapters/administration.txt b/docs/src/main/asciidoc/chapters/administration.txt index 9817b07..d5e73f0 100644 --- a/docs/src/main/asciidoc/chapters/administration.txt +++ b/docs/src/main/asciidoc/chapters/administration.txt @@ -55,6 +55,8 @@ their value in conf/accumulo-site.xml. |42424 | Accumulo Proxy Server | n/a |50091 | Accumulo GC | gc.port.client |50095 | Accumulo HTTP monitor | monitor.port.client +|10001 | Master Replication service | master.replication.coordinator.port +|10002 | TabletServer Replication service | replication.receipt.service.port |==== In addition, the user can provide +0+ and an ephemeral port will be chosen instead. This
