You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2019/03/13 18:41:59 UTC

[accumulo-website] branch asf-site updated: Jekyll build from master:cdb6b38

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 7ee5233  Jekyll build from master:cdb6b38
7ee5233 is described below

commit 7ee5233fe793e386a7fc08a2f72c0a6fb6fb76a6
Author: Mike Walch <mw...@apache.org>
AuthorDate: Wed Mar 13 14:41:06 2019 -0400

    Jekyll build from master:cdb6b38
    
    update multiple tserver docs
---
 docs/2.x/administration/in-depth-install.html | 7 +++++++
 feed.xml                                      | 4 ++--
 search_data.json                              | 2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/docs/2.x/administration/in-depth-install.html b/docs/2.x/administration/in-depth-install.html
index cbb33a7..0ac011e 100644
--- a/docs/2.x/administration/in-depth-install.html
+++ b/docs/2.x/administration/in-depth-install.html
@@ -930,6 +930,13 @@ the these properties in <a href="/docs/2.x/configuration/files#accumulopropertie
   <li><a href="/docs/2.x/configuration/server-properties#replication_receipt_service_port">replication.receipt.service.port</a> = <code class="highlighter-rouge">0</code></li>
 </ul>
 
+<p>Multiple TabletServers cannot be started using the <code class="highlighter-rouge">accumulo-cluster</code> or <code class="highlighter-rouge">accumulo-service</code> commands at this time.
+The <code class="highlighter-rouge">accumulo</code> command must be used:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>ACCUMULO_SERVICE_INSTANCE=1; ./bin/accumulo tserver &amp;&gt; ./logs/tserver1.out &amp;
+ACCUMULO_SERVICE_INSTANCE=2; ./bin/accumulo tserver &amp;&gt; ./logs/tserver2.out &amp;
+</code></pre></div></div>
+
 <h2 id="logging">Logging</h2>
 
 <p>Accumulo processes each write to a set of log files. By default, these logs are found at directory
diff --git a/feed.xml b/feed.xml
index 7108965..26682ab 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>Mon, 11 Mar 2019 15:44:13 -0400</pubDate>
-    <lastBuildDate>Mon, 11 Mar 2019 15:44:13 -0400</lastBuildDate>
+    <pubDate>Wed, 13 Mar 2019 14:40:56 -0400</pubDate>
+    <lastBuildDate>Wed, 13 Mar 2019 14:40:56 -0400</lastBuildDate>
     <generator>Jekyll v3.7.3</generator>
     
     
diff --git a/search_data.json b/search_data.json
index 2cad678..861e90a 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"
     },