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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0c57d46  Minor config updates
0c57d46 is described below

commit 0c57d46020d3ef64ec5aa8c2904f065259bf4f6f
Author: Mike Walch <mwa...@apache.org>
AuthorDate: Mon Nov 19 16:41:07 2018 -0500

    Minor config updates
---
 _docs-2/configuration/files.md    | 8 ++++----
 _docs-2/configuration/overview.md | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/_docs-2/configuration/files.md b/_docs-2/configuration/files.md
index bc62910..a9558d5 100644
--- a/_docs-2/configuration/files.md
+++ b/_docs-2/configuration/files.md
@@ -10,10 +10,10 @@ Accumulo has the following configuration files which can be 
found in the
 ## accumulo.properties
 
 Configures Accumulo server processes using [server properties]({% durl 
configuration/server-properties %}).
-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
-[configured another way]({% durl configuration/overview %}).  See the [quick 
start] for help with configuring
-this file.
+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 not
+configured here, it might have been [configured another way]({% durl 
configuration/overview %}).  See the
+[quick start] for help with configuring this file.
 
 ## accumulo-client.properties
 
diff --git a/_docs-2/configuration/overview.md 
b/_docs-2/configuration/overview.md
index c0977e1..b58272a 100644
--- a/_docs-2/configuration/overview.md
+++ b/_docs-2/configuration/overview.md
@@ -33,10 +33,10 @@ While default values have the lowest precedence, they are 
usually optimal.  Howe
 
 ### Site
 
-Site configuration refers to [server properties] set in the 
[accumulo.properties] 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 [accumulo.properties]
-on start up so processes must be restarted to apply changes. Certain 
properties can only be set in accumulo.properties. These properties have **zk 
mutable: no** in their description.
-Setting properties in accumulo.properties allows you to configure tablet 
servers with different settings.
+Site configuration refers to [server properties] set in the 
[accumulo.properties] file which can be found in the `conf/` 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 [accumulo.properties] on start up so processes must be restarted to 
apply changes. Certain properties can only be set in accumulo.properties. These 
properties have **zk mutable: no**
+in their description. Setting properties in accumulo.properties allows you to 
configure tablet servers with different settings.
 
 Site configuration can be overriden when starting an Accumulo process on the 
command line (by using the `-o` option):
 ```

Reply via email to