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

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


The following commit(s) were added to refs/heads/asf-staging by this push:
     new d9b42dea Automatic Site Publish by Buildbot
d9b42dea is described below

commit d9b42deabf35f91daca17bcebec146f777c4149b
Author: buildbot <us...@infra.apache.org>
AuthorDate: Wed Nov 2 04:35:25 2022 +0000

    Automatic Site Publish by Buildbot
---
 output/docs/2.x/configuration/files.html        | 14 +++++++-------
 output/docs/2.x/getting-started/quickstart.html |  6 +++---
 output/feed.xml                                 |  4 ++--
 output/search_data.json                         |  4 ++--
 4 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/output/docs/2.x/configuration/files.html 
b/output/docs/2.x/configuration/files.html
index 807db2f8..748e4c7d 100644
--- a/output/docs/2.x/configuration/files.html
+++ b/output/docs/2.x/configuration/files.html
@@ -502,19 +502,19 @@ to run standby Monitors that can take over if the lead 
Monitor fails.</p>
 <p>Contains list of hosts where <a 
href="/docs/2.x/getting-started/design#tablet-server">Tablet Server</a> 
processes should run. While only one host is needed, it is recommended that
 multiple tablet servers are run for improved fault tolerance and 
peformance.</p>
 
-<h3 id="tracer">tracer</h3>
+<h3 id="sserver">sserver</h3>
 
-<p>Contains a list of hosts where <a 
href="/docs/2.x/getting-started/design#tracer">Tracer</a> 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.</p>
+<p>Contains a list of hosts where <a 
href="/docs/2.x/getting-started/design#scan-server-experimental">ScanServer</a> 
processes should run. While only only one host is needed, it is recommended
+that multiple ScanServers are run for improved performance.</p>
 
-<h3 id="compaction-coordinator">Compaction Coordinator</h3>
+<h3 id="compaction-coordinator">compaction coordinator</h3>
 
-<p>Contains a list of hosts where <a 
href="/docs/2.x/getting-started/design#compaction%20coordinator">CompactionCoordinator</a>
 processes should run. While only one host is needed,
+<p>Contains a list of hosts where <a 
href="/docs/2.x/getting-started/design#compaction-coordinator-experimental">CompactionCoordinator</a>
 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.</p>
 
-<h3 id="compactor">Compactor</h3>
+<h3 id="compaction-compactor">compaction compactor</h3>
 
-<p>Contains a list of hosts where <a 
href="/docs/2.x/getting-started/design#compactor">Compactor</a> processes 
should run. While only one host is needed, it is recommended that
+<p>Contains a list of hosts where <a 
href="/docs/2.x/getting-started/design#compactor-experimental">Compactor</a> 
processes should run. While only one host is needed, it is recommended that
 multiple Compactors are run for improved external compaction performance.</p>
 
 
diff --git a/output/docs/2.x/getting-started/quickstart.html 
b/output/docs/2.x/getting-started/quickstart.html
index 18cdb8fa..8c4124fc 100644
--- a/output/docs/2.x/getting-started/quickstart.html
+++ b/output/docs/2.x/getting-started/quickstart.html
@@ -691,10 +691,10 @@ few for fault tolerance.</li>
   <li><a href="/docs/2.x/configuration/files#monitor">monitor</a> : Node where 
Accumulo monitoring web server is run.</li>
   <li><a href="/docs/2.x/configuration/files#tservers">tserver</a> : Accumulo 
worker processes. List all of the nodes where tablet
 servers should run.</li>
-  <li><a href="/docs/2.x/configuration/files#tracers">tracer</a> : Optional 
capability. Can specify zero or more nodes.</li>
-  <li><a 
href="/docs/2.x/configuration/files#Compaction%20Coordinator">compaction.coordinator</a>
 : Optional. Must specify one node. Can specify a few
+  <li><a href="/docs/2.x/configuration/files#sserver">sserver</a> : Optional. 
List of all nodes where scan servers should run.</li>
+  <li><a 
href="/docs/2.x/configuration/files#compaction%20coordinator">compaction.coordinator</a>
 : Optional. Must specify one node. Can specify a few
 for fault tolerance.</li>
-  <li><a 
href="/docs/2.x/configuration/files#Compactor">compaction.compactor</a> : 
Optional. Accumulo external compactor processes. List of
+  <li><a 
href="/docs/2.x/configuration/files#compaction%20compactor">compaction.compactor</a>
 : Optional. Accumulo external compactor processes. List of
 all nodes where compactors should run.</li>
 </ul>
 
diff --git a/output/feed.xml b/output/feed.xml
index d3a9e2cd..d5cf626f 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Wed, 02 Nov 2022 04:27:59 +0000</pubDate>
-    <lastBuildDate>Wed, 02 Nov 2022 04:27:59 +0000</lastBuildDate>
+    <pubDate>Wed, 02 Nov 2022 04:35:18 +0000</pubDate>
+    <lastBuildDate>Wed, 02 Nov 2022 04:35:18 +0000</lastBuildDate>
     <generator>Jekyll v4.3.1</generator>
     
     
diff --git a/output/search_data.json b/output/search_data.json
index 4d39edf0..e37ea88f 100644
--- a/output/search_data.json
+++ b/output/search_data.json
@@ -79,7 +79,7 @@
   
     "docs-2-x-configuration-files": {
       "title": "Configuration Files",
-      "content": "Accumulo has the following configuration files which can be 
found in theconf/ directory of the Accumulo release 
tarball.accumulo.propertiesThe accumulo.properties file configures Accumulo 
server processes usingserver properties. This file can be found in the 
conf/direcory. It is needed on every host that runs Accumulo processes. 
Therfore, any configuration should bereplicated to all hosts of the Accumulo 
cluster. If a property is not configured here, it might have beenc [...]
+      "content": "Accumulo has the following configuration files which can be 
found in theconf/ directory of the Accumulo release 
tarball.accumulo.propertiesThe accumulo.properties file configures Accumulo 
server processes usingserver properties. This file can be found in the 
conf/direcory. It is needed on every host that runs Accumulo processes. 
Therfore, any configuration should bereplicated to all hosts of the Accumulo 
cluster. If a property is not configured here, it might have beenc [...]
       "url": " /docs/2.x/configuration/files",
       "categories": "configuration"
     },
@@ -184,7 +184,7 @@
   
     "docs-2-x-getting-started-quickstart": {
       "title": "Setup",
-      "content": "User Manual (2.x)Starting with Accumulo 2.0, the user manual 
now lives on the website as a seriesof web pages. Previously, it was one large 
pdf document that was only generatedduring a release. The user manual can now 
be updated very quickly and indexedfor searching across many webpages.The 
manual can now be searched using the Search link at the top of thewebsite or 
navigated by clicking the links to the left. If you are new toAccumulo, follow 
the instructions below to  [...]
+      "content": "User Manual (2.x)Starting with Accumulo 2.0, the user manual 
now lives on the website as a seriesof web pages. Previously, it was one large 
pdf document that was only generatedduring a release. The user manual can now 
be updated very quickly and indexedfor searching across many webpages.The 
manual can now be searched using the Search link at the top of thewebsite or 
navigated by clicking the links to the left. If you are new toAccumulo, follow 
the instructions below to  [...]
       "url": " /docs/2.x/getting-started/quickstart",
       "categories": "getting-started"
     },

Reply via email to