You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2022/11/02 04:35:09 UTC

[accumulo-website] branch main updated: Add sserver to quickstart, remove tracer file reference, fixup links (#364)

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 8e271b7b Add sserver to quickstart, remove tracer file reference, fixup links (#364)
8e271b7b is described below

commit 8e271b7bf7a321d63c2b2767d26bd0819b551fe1
Author: Dave Marion <dl...@apache.org>
AuthorDate: Wed Nov 2 00:35:04 2022 -0400

    Add sserver to quickstart, remove tracer file reference, fixup links (#364)
    
    Closes #357
---
 _docs-2/configuration/files.md        | 16 ++++++++--------
 _docs-2/getting-started/quickstart.md |  7 ++++---
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/_docs-2/configuration/files.md b/_docs-2/configuration/files.md
index ae9aab14..4a88e574 100644
--- a/_docs-2/configuration/files.md
+++ b/_docs-2/configuration/files.md
@@ -77,17 +77,17 @@ to run standby Monitors that can take over if the lead Monitor fails.
 Contains list of hosts where [Tablet Server] processes should run. While only one host is needed, it is recommended that
 multiple tablet servers are run for improved fault tolerance and peformance.
 
-### tracer
+### sserver
 
-Contains a list of hosts where [Tracer] processes should run. While only one host is needed, others can be specified
-to run standby Tracers that can take over if the lead Tracer fails.
+Contains a list of hosts where [ScanServer] processes should run. While only only one host is needed, it is recommended
+that multiple ScanServers are run for improved performance.
 
-### Compaction Coordinator
+### compaction coordinator
 
 Contains a list of hosts where [CompactionCoordinator] processes should run. While only one host is needed,
 others can be specified to run standby CompactionCoordinators that can take over if the lead CompactionCoordinator fails.
 
-### Compactor
+### compaction compactor
 
 Contains a list of hosts where [Compactor] processes should run. While only one host is needed, it is recommended that
 multiple Compactors are run for improved external compaction performance.
@@ -96,7 +96,7 @@ multiple Compactors are run for improved external compaction performance.
 [Manager]: {% durl getting-started/design#manager %}
 [Tablet Server]: {% durl getting-started/design#tablet-server %}
 [Monitor]: {% durl getting-started/design#monitor %}
-[Tracer]: {% durl getting-started/design#tracer %}
-[CompactionCoordinator]: {% durl getting-started/design#compaction%20coordinator%}
-[Compactor]: {% durl getting-started/design#compactor %}
+[CompactionCoordinator]: {% durl getting-started/design#compaction-coordinator-experimental %}
+[Compactor]: {% durl getting-started/design#compactor-experimental %}
+[ScanServer]: {% durl getting-started/design#scan-server-experimental %}
 [quick start]: {% durl getting-started/quickstart#configuring-accumulo %}
diff --git a/_docs-2/getting-started/quickstart.md b/_docs-2/getting-started/quickstart.md
index e830b0b3..34149722 100644
--- a/_docs-2/getting-started/quickstart.md
+++ b/_docs-2/getting-started/quickstart.md
@@ -221,7 +221,7 @@ file contains sections that should be configured with a list of node names in ya
  * [monitor] : Node where Accumulo monitoring web server is run.
  * [tserver] : Accumulo worker processes. List all of the nodes where tablet
    servers should run.
- * [tracer] : Optional capability. Can specify zero or more nodes.
+ * [sserver] : Optional. List of all nodes where scan servers should run.
  * [compaction.coordinator] : Optional. Must specify one node. Can specify a few
    for fault tolerance.
  * [compaction.compactor] : Optional. Accumulo external compactor processes. List of
@@ -285,8 +285,9 @@ When finished, use the following commands to stop Accumulo:
 [manager]: {% durl configuration/files#managers %}
 [tserver]: {% durl configuration/files#tservers %}
 [tracer]: {% durl configuration/files#tracers %}
-[compaction.coordinator]: {% durl configuration/files#Compaction%20Coordinator %}
-[compaction.compactor]: {% durl configuration/files#Compactor %}
+[compaction.coordinator]: {% durl configuration/files#compaction%20coordinator %}
+[compaction.compactor]: {% durl configuration/files#compaction%20compactor %}
+[sserver]: {% durl configuration/files#sserver %}
 [Uno]: https://github.com/apache/fluo-uno
 [Muchos]: https://github.com/apache/fluo-muchos
 [Erasure Coding]: https://hadoop.apache.org/docs/r3.2.0/hadoop-project-dist/hadoop-hdfs/HDFSErasureCoding.html