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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new f2336a4  Jekyll build from master:f6cf9c8
f2336a4 is described below

commit f2336a48f05447786f759cead62f0faf93917f37
Author: Mike Walch <mwa...@apache.org>
AuthorDate: Tue Jan 15 17:50:36 2019 -0500

    Jekyll build from master:f6cf9c8
    
    Minor fixes
    
    * Fixed monitor screenshot
    * Added links to Accumulo property
---
 docs/2.x/administration/in-depth-install.html | 12 ++++++------
 docs/2.x/getting-started/features.html        |  4 ++--
 feed.xml                                      |  4 ++--
 search_data.json                              |  2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/docs/2.x/administration/in-depth-install.html 
b/docs/2.x/administration/in-depth-install.html
index a56187a..42720b5 100644
--- a/docs/2.x/administration/in-depth-install.html
+++ b/docs/2.x/administration/in-depth-install.html
@@ -912,16 +912,16 @@ can be use to start/stop processes on a node.</p>
 
 <h4 id="a-note-on-rolling-restarts">A note on rolling restarts</h4>
 
-<p>For sufficiently large Accumulo clusters, restarting multiple TabletServers 
within a short window can place significant 
-load on the Master server.  If slightly lower availability is acceptable, this 
load can be reduced by globally setting 
-<code class="highlighter-rouge">table.suspend.duration</code> to a positive 
value.</p>
+<p>For sufficiently large Accumulo clusters, restarting multiple TabletServers 
within a short window can place significant
+load on the Master server.  If slightly lower availability is acceptable, this 
load can be reduced by globally setting
+<a 
href="/docs/2.x/configuration/server-properties#table_suspend_duration">table.suspend.duration</a>
 to a positive value.</p>
 
-<p>With <code class="highlighter-rouge">table.suspend.duration</code> set to, 
say, <code class="highlighter-rouge">5m</code>, Accumulo will wait 
+<p>With <a 
href="/docs/2.x/configuration/server-properties#table_suspend_duration">table.suspend.duration</a>
 set to, say, <code class="highlighter-rouge">5m</code>, Accumulo will wait
 for 5 minutes for any dead TabletServer to return before reassigning that 
TabletServer’s responsibilities to other TabletServers.
-If the TabletServer returns to the cluster before the specified timeout has 
elapsed, Accumulo will assign the TabletServer 
+If the TabletServer returns to the cluster before the specified timeout has 
elapsed, Accumulo will assign the TabletServer
 its original responsibilities.</p>
 
-<p>It is important not to choose too large a value for <code 
class="highlighter-rouge">table.suspend.duration</code>, as during this time, 
all scans against the 
+<p>It is important not to choose too large a value for <a 
href="/docs/2.x/configuration/server-properties#table_suspend_duration">table.suspend.duration</a>,
 as during this time, all scans against the
 data that TabletServer had hosted will block (or time out).</p>
 
 <h3 id="running-multiple-tabletservers-on-a-single-node">Running multiple 
TabletServers on a single node</h3>
diff --git a/docs/2.x/getting-started/features.html 
b/docs/2.x/getting-started/features.html
index 7960345..c16b43b 100644
--- a/docs/2.x/getting-started/features.html
+++ b/docs/2.x/getting-started/features.html
@@ -737,8 +737,8 @@ performance.  It displays table sizes, ingest and query 
statistics, server
 load, and last-update information.  It also allows the user to view recent
 diagnostic logs and traces.</p>
 
-<p><a class="thumbnail" href="{{ site.baseurl 
}}/images/accumulo-monitor-1.png">
-<img src="{{ site.baseurl }}/images/accumulo-monitor-1.png" alt="monitor 
overview" />
+<p><a class="thumbnail" href="/images/accumulo-monitor-1.png">
+<img src="/images/accumulo-monitor-1.png" alt="monitor overview" />
 </a></p>
 
 <h3 id="tracing">Tracing</h3>
diff --git a/feed.xml b/feed.xml
index 17d8955..d9aab6e 100644
--- a/feed.xml
+++ b/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>Tue, 15 Jan 2019 11:08:06 -0500</pubDate>
-    <lastBuildDate>Tue, 15 Jan 2019 11:08:06 -0500</lastBuildDate>
+    <pubDate>Tue, 15 Jan 2019 17:50:28 -0500</pubDate>
+    <lastBuildDate>Tue, 15 Jan 2019 17:50:28 -0500</lastBuildDate>
     <generator>Jekyll v3.7.3</generator>
     
     
diff --git a/search_data.json b/search_data.json
index 2fd8ae1..978b936 100644
--- a/search_data.json
+++ b/search_data.json
@@ -16,7 +16,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 machi [...]
+      "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 machi [...]
       "url": " /docs/2.x/administration/in-depth-install",
       "categories": "administration"
     },

Reply via email to