ACCUMULO-4471 Typo in user manual replication instructions Signed-off-by: Sean Busbey <bus...@cloudera.com>
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e76f3a23 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e76f3a23 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e76f3a23 Branch: refs/heads/1.8 Commit: e76f3a236a8c91553974a8f1981d838de2933ba2 Parents: 064ae0a Author: Dima Spivak <dimaspi...@apache.org> Authored: Fri Sep 23 20:29:15 2016 -0700 Committer: Sean Busbey <bus...@cloudera.com> Committed: Mon Sep 26 10:48:34 2016 -0500 ---------------------------------------------------------------------- docs/src/main/asciidoc/chapters/replication.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/e76f3a23/docs/src/main/asciidoc/chapters/replication.txt ---------------------------------------------------------------------- diff --git a/docs/src/main/asciidoc/chapters/replication.txt b/docs/src/main/asciidoc/chapters/replication.txt index ad48cd2..82fcf44 100644 --- a/docs/src/main/asciidoc/chapters/replication.txt +++ b/docs/src/main/asciidoc/chapters/replication.txt @@ -121,10 +121,10 @@ cluster, this is a table ID. In this example, we want to enable replication on +my_table+ and configure our peer +accumulo_peer+ as a target, sending the data to the table with an ID of +2+ in +accumulo_peer+. -\begingroup\fontsize{8pt}{8pt}\selectfont\begin{verbatim} +---- root@accumulo_primary> config -t my_table -s table.replication=true -root@accumulo_primary> config -t my_table -s table.replication.target.acccumulo_peer=2 -\end{verbatim}\endgroup +root@accumulo_primary> config -t my_table -s table.replication.target.accumulo_peer=2 +---- To replicate a single table on the primary to multiple peers, the second command in the above shell snippet can be issued, for each peer and remote identifier pair.