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 6b731fe  Jekyll build from master:0c57d46
6b731fe is described below

commit 6b731fed59d98a2ba723bc3d4eea40545db739a7
Author: Mike Walch <mwa...@apache.org>
AuthorDate: Mon Nov 19 16:41:27 2018 -0500

    Jekyll build from master:0c57d46
    
    Minor config updates
---
 docs/2.x/configuration/files.html    | 8 ++++----
 docs/2.x/configuration/overview.html | 8 ++++----
 feed.xml                             | 4 ++--
 search_data.json                     | 4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/2.x/configuration/files.html 
b/docs/2.x/configuration/files.html
index 7363767..10f9716 100644
--- a/docs/2.x/configuration/files.html
+++ b/docs/2.x/configuration/files.html
@@ -434,10 +434,10 @@
 <h2 id="accumuloproperties">accumulo.properties</h2>
 
 <p>Configures Accumulo server processes using <a 
href="/docs/2.x/configuration/server-properties">server properties</a>.
-This file is needed on every host that runs Accumulo processes so any 
configuration should be replicated to
-all hosts of the Accumulo cluster. If a property is not configured here, it 
might have been
-<a href="/docs/2.x/configuration/overview">configured another way</a>.  See 
the <a href="/docs/2.x/getting-started/quickstart#configuring-accumulo">quick 
start</a> for help with configuring
-this file.</p>
+This file can be found in the <code class="highlighter-rouge">conf/</code> 
direcory. It is needed on every host that runs Accumulo processes.
+Therfore, any configuration should be replicated to all hosts of the Accumulo 
cluster. If a property is not
+configured here, it might have been <a 
href="/docs/2.x/configuration/overview">configured another way</a>.  See the
+<a href="/docs/2.x/getting-started/quickstart#configuring-accumulo">quick 
start</a> for help with configuring this file.</p>
 
 <h2 id="accumulo-clientproperties">accumulo-client.properties</h2>
 
diff --git a/docs/2.x/configuration/overview.html 
b/docs/2.x/configuration/overview.html
index 626424a..b897704 100644
--- a/docs/2.x/configuration/overview.html
+++ b/docs/2.x/configuration/overview.html
@@ -459,10 +459,10 @@ While default values have the lowest precedence, they are 
usually optimal.  Howe
 
 <h3 id="site">Site</h3>
 
-<p>Site configuration refers to <a 
href="/docs/2.x/configuration/server-properties">server properties</a> set in 
the <a 
href="/docs/2.x/configuration/files#accumuloproperties">accumulo.properties</a> 
file. Site configuration will override the default value of a property. If you 
are
-running Accumulo on a cluster, any updates to accumulo.properties must be 
synced across the cluster. Accumulo processes (master, tserver, etc) read their 
local <a 
href="/docs/2.x/configuration/files#accumuloproperties">accumulo.properties</a>
-on start up so processes must be restarted to apply changes. Certain 
properties can only be set in accumulo.properties. These properties have 
<strong>zk mutable: no</strong> in their description.
-Setting properties in accumulo.properties allows you to configure tablet 
servers with different settings.</p>
+<p>Site configuration refers to <a 
href="/docs/2.x/configuration/server-properties">server properties</a> set in 
the <a 
href="/docs/2.x/configuration/files#accumuloproperties">accumulo.properties</a> 
file which can be found in the <code class="highlighter-rouge">conf/</code> 
directory. Site configuration will override the default value
+of a property. If you are running Accumulo on a cluster, any updates to 
accumulo.properties must be synced across the cluster. Accumulo processes 
(master, tserver, etc) read their
+local <a 
href="/docs/2.x/configuration/files#accumuloproperties">accumulo.properties</a> 
on start up so processes must be restarted to apply changes. Certain properties 
can only be set in accumulo.properties. These properties have <strong>zk 
mutable: no</strong>
+in their description. Setting properties in accumulo.properties allows you to 
configure tablet servers with different settings.</p>
 
 <p>Site configuration can be overriden when starting an Accumulo process on 
the command line (by using the <code class="highlighter-rouge">-o</code> 
option):</p>
 <div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>accumulo tserver -o instance.secret=mysecret -o 
instance.zookeeper.host=localhost:2181
diff --git a/feed.xml b/feed.xml
index 9d5c507..79540fc 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, 19 Nov 2018 16:20:31 -0500</pubDate>
-    <lastBuildDate>Mon, 19 Nov 2018 16:20:31 -0500</lastBuildDate>
+    <pubDate>Mon, 19 Nov 2018 16:41:19 -0500</pubDate>
+    <lastBuildDate>Mon, 19 Nov 2018 16:41:19 -0500</lastBuildDate>
     <generator>Jekyll v3.7.3</generator>
     
     
diff --git a/search_data.json b/search_data.json
index 1a506fc..6126f7b 100644
--- a/search_data.json
+++ b/search_data.json
@@ -65,14 +65,14 @@
   
     "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.propertiesConfigures Accumulo server processes using server 
properties.This file is needed on every host that runs Accumulo processes so 
any configuration should be replicated toall hosts of the Accumulo cluster. If 
a property is not configured here, it might have beenconfigured another way.  
See the quick start for help with configuringthis [...]
+      "content"         : "Accumulo has the following configuration files 
which can be found in theconf/ directory of the Accumulo release 
tarball.accumulo.propertiesConfigures Accumulo server processes using server 
properties.This file can be found in the conf/ direcory. It is needed on every 
host that runs Accumulo processes.Therfore, any configuration should be 
replicated to all hosts of the Accumulo cluster. If a property is notconfigured 
here, it might have been configured another way.  Se [...]
       "url": " /docs/2.x/configuration/files",
       "categories": "configuration"
     },
   
     "docs-2-x-configuration-overview": {
       "title": "Configuration Overview",
-      "content"         : "Configuration is managed differently for Accumulo 
clients and servers.Client ConfigurationAccumulo clients are created using Java 
builder methods, a Java properties object or anaccumulo-client.properties file 
containing client properties.Server ConfigurationAccumulo processes (i.e 
master, tablet server, monitor, etc) are configured by server properties whose 
values can beset in the following configuration locations (with increasing 
precedence) that are described in de [...]
+      "content"         : "Configuration is managed differently for Accumulo 
clients and servers.Client ConfigurationAccumulo clients are created using Java 
builder methods, a Java properties object or anaccumulo-client.properties file 
containing client properties.Server ConfigurationAccumulo processes (i.e 
master, tablet server, monitor, etc) are configured by server properties whose 
values can beset in the following configuration locations (with increasing 
precedence) that are described in de [...]
       "url": " /docs/2.x/configuration/overview",
       "categories": "configuration"
     },

Reply via email to