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 b7f0f54a Automatic Site Publish by Buildbot b7f0f54a is described below commit b7f0f54afd956403eba1d7d7e946f3faa4cb1855 Author: buildbot <us...@infra.apache.org> AuthorDate: Wed Nov 2 04:44:25 2022 +0000 Automatic Site Publish by Buildbot --- output/docs/2.x/administration/in-depth-install.html | 6 +++--- output/feed.xml | 4 ++-- output/search_data.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/output/docs/2.x/administration/in-depth-install.html b/output/docs/2.x/administration/in-depth-install.html index 550e676a..c8fc29ab 100644 --- a/output/docs/2.x/administration/in-depth-install.html +++ b/output/docs/2.x/administration/in-depth-install.html @@ -883,7 +883,7 @@ take some time for particular configurations.</p> <h3 id="adding-a-tablet-server">Adding a Tablet Server</h3> -<p>Update your <code class="language-plaintext highlighter-rouge">conf/tservers</code> file to account for the addition.</p> +<p>Update your <code class="language-plaintext highlighter-rouge">conf/cluster.yaml</code> file to account for the addition.</p> <p>Next, ssh to each of the hosts you want to add and run:</p> @@ -907,13 +907,13 @@ server. Accumulo will automatically rebalance the tablets across the available t <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>accumulo-service tserver stop </code></pre></div></div> -<p>Be sure to update your <code class="language-plaintext highlighter-rouge">conf/tservers</code> file to account for the removal of these hosts. Bear in mind +<p>Be sure to update your <code class="language-plaintext highlighter-rouge">conf/cluster.yaml</code> file to account for the removal of these hosts. Bear in mind that the monitor will not re-read the tservers file automatically, so it will report the decommissioned servers as down; it’s recommended that you restart the monitor so that the node list is up to date.</p> <p>The steps described to decommission a node can also be used (without removal of the host from the -<code class="language-plaintext highlighter-rouge">conf/tservers</code> file) to gracefully stop a node. This will ensure that the tabletserver is cleanly +<code class="language-plaintext highlighter-rouge">conf/cluster.yaml</code> file) to gracefully stop a node. This will ensure that the tabletserver is cleanly stopped and recovery will not need to be performed when the tablets are re-hosted.</p> <h3 id="restarting-process-on-a-node">Restarting process on a node</h3> diff --git a/output/feed.xml b/output/feed.xml index d5cf626f..9b0a6c1d 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:35:18 +0000</pubDate> - <lastBuildDate>Wed, 02 Nov 2022 04:35:18 +0000</lastBuildDate> + <pubDate>Wed, 02 Nov 2022 04:44:18 +0000</pubDate> + <lastBuildDate>Wed, 02 Nov 2022 04:44:18 +0000</lastBuildDate> <generator>Jekyll v4.3.1</generator> diff --git a/output/search_data.json b/output/search_data.json index e37ea88f..bf22d84f 100644 --- a/output/search_data.json +++ b/output/search_data.json @@ -30,7 +30,7 @@ "docs-2-x-administration-in-depth-install": { "title": "In-depth Installation", - "content": "This document provides detailed instructions for installing Accumulo. For basicinstructions, see the quick start.HardwareBecause we are running essentially two or three systems simultaneously layeredacross the cluster: HDFS, Accumulo and MapReduce, it is typical for hardware toconsist of 4 to 8 cores, and 8 to 32 GB RAM. This is so each running process can haveat least one core and 2 - 4 GB each.One core running HDFS can typically keep 2 to 4 disks busy, so each machine [...] + "content": "This document provides detailed instructions for installing Accumulo. For basicinstructions, see the quick start.HardwareBecause we are running essentially two or three systems simultaneously layeredacross the cluster: HDFS, Accumulo and MapReduce, it is typical for hardware toconsist of 4 to 8 cores, and 8 to 32 GB RAM. This is so each running process can haveat least one core and 2 - 4 GB each.One core running HDFS can typically keep 2 to 4 disks busy, so each machine [...] "url": " /docs/2.x/administration/in-depth-install", "categories": "administration" },