From commits-return-22326-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Thu Nov 15 22:51:32 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id BBEEA180676 for ; Thu, 15 Nov 2018 22:51:26 +0100 (CET) Received: (qmail 29701 invoked by uid 500); 15 Nov 2018 21:51:25 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 29692 invoked by uid 99); 15 Nov 2018 21:51:25 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2018 21:51:25 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 9A69D87054; Thu, 15 Nov 2018 21:51:24 +0000 (UTC) Date: Thu, 15 Nov 2018 21:51:24 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo-website] branch asf-site updated: Jekyll build from master:1c5d3dc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154231868447.13826.8467416260426241541@gitbox.apache.org> From: mwalch@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo-website X-Git-Refname: refs/heads/asf-site X-Git-Reftype: branch X-Git-Oldrev: f44594aff609bd1bc54f4dba29a6dd4ee8433a7f X-Git-Newrev: fc2fac4ff694fee2b0f79b57bab7ca191620e466 X-Git-Rev: fc2fac4ff694fee2b0f79b57bab7ca191620e466 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 fc2fac4 Jekyll build from master:1c5d3dc fc2fac4 is described below commit fc2fac4ff694fee2b0f79b57bab7ca191620e466 Author: Mike Walch AuthorDate: Thu Nov 15 16:51:15 2018 -0500 Jekyll build from master:1c5d3dc Improved configuration overview * Also highlight select page on doc sidebar --- css/accumulo.css | 3 + docs/2.x/administration/caching.html | 80 ++++++++-------- docs/2.x/administration/fate.html | 80 ++++++++-------- docs/2.x/administration/in-depth-install.html | 80 ++++++++-------- docs/2.x/administration/monitoring-metrics.html | 80 ++++++++-------- docs/2.x/administration/multivolume.html | 80 ++++++++-------- docs/2.x/administration/replication.html | 80 ++++++++-------- docs/2.x/administration/scan-executors.html | 80 ++++++++-------- docs/2.x/administration/upgrading.html | 80 ++++++++-------- docs/2.x/configuration/client-properties.html | 80 ++++++++-------- docs/2.x/configuration/files.html | 80 ++++++++-------- docs/2.x/configuration/overview.html | 106 ++++++++++----------- docs/2.x/configuration/server-properties.html | 80 ++++++++-------- docs/2.x/development/development_tools.html | 80 ++++++++-------- docs/2.x/development/high_speed_ingest.html | 80 ++++++++-------- docs/2.x/development/iterators.html | 80 ++++++++-------- docs/2.x/development/mapreduce.html | 80 ++++++++-------- docs/2.x/development/proxy.html | 80 ++++++++-------- docs/2.x/development/sampling.html | 80 ++++++++-------- docs/2.x/development/summaries.html | 80 ++++++++-------- docs/2.x/getting-started/clients.html | 80 ++++++++-------- docs/2.x/getting-started/design.html | 80 ++++++++-------- docs/2.x/getting-started/features.html | 80 ++++++++-------- docs/2.x/getting-started/glossary.html | 80 ++++++++-------- docs/2.x/getting-started/quick-install.html | 80 ++++++++-------- docs/2.x/getting-started/shell.html | 80 ++++++++-------- docs/2.x/getting-started/table_configuration.html | 80 ++++++++-------- docs/2.x/getting-started/table_design.html | 80 ++++++++-------- docs/2.x/security/authentication.html | 80 ++++++++-------- docs/2.x/security/authorizations.html | 80 ++++++++-------- docs/2.x/security/kerberos.html | 80 ++++++++-------- docs/2.x/security/on-disk-encryption.html | 80 ++++++++-------- docs/2.x/security/overview.html | 80 ++++++++-------- docs/2.x/security/permissions.html | 80 ++++++++-------- docs/2.x/security/wire-encryption.html | 80 ++++++++-------- docs/2.x/troubleshooting/advanced.html | 80 ++++++++-------- docs/2.x/troubleshooting/basic.html | 80 ++++++++-------- docs/2.x/troubleshooting/performance.html | 80 ++++++++-------- .../troubleshooting/system-metadata-tables.html | 80 ++++++++-------- docs/2.x/troubleshooting/tools.html | 80 ++++++++-------- docs/2.x/troubleshooting/tracing.html | 80 ++++++++-------- feed.xml | 4 +- search_data.json | 2 +- 43 files changed, 1618 insertions(+), 1617 deletions(-) diff --git a/css/accumulo.css b/css/accumulo.css index 7677ee0..43af22a 100644 --- a/css/accumulo.css +++ b/css/accumulo.css @@ -380,6 +380,9 @@ footer > p { margin-bottom: 5px; margin-left: 0px; } +.doc-sidebar-selected { + font-weight: bold; } + .header-link { padding-left: 5px; opacity: 0; diff --git a/docs/2.x/administration/caching.html b/docs/2.x/administration/caching.html index 33f337c..20c8c22 100644 --- a/docs/2.x/administration/caching.html +++ b/docs/2.x/administration/caching.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/administration/fate.html b/docs/2.x/administration/fate.html index ed68402..2eb3d39 100644 --- a/docs/2.x/administration/fate.html +++ b/docs/2.x/administration/fate.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/administration/in-depth-install.html b/docs/2.x/administration/in-depth-install.html index c08d992..33f4509 100644 --- a/docs/2.x/administration/in-depth-install.html +++ b/docs/2.x/administration/in-depth-install.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/administration/monitoring-metrics.html b/docs/2.x/administration/monitoring-metrics.html index 389f5c5..77c6e8a 100644 --- a/docs/2.x/administration/monitoring-metrics.html +++ b/docs/2.x/administration/monitoring-metrics.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/administration/multivolume.html b/docs/2.x/administration/multivolume.html index e216f7d..f99030c 100644 --- a/docs/2.x/administration/multivolume.html +++ b/docs/2.x/administration/multivolume.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/administration/replication.html b/docs/2.x/administration/replication.html index 67bd794..292c556 100644 --- a/docs/2.x/administration/replication.html +++ b/docs/2.x/administration/replication.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/administration/scan-executors.html b/docs/2.x/administration/scan-executors.html index 7917186..9e8d502 100644 --- a/docs/2.x/administration/scan-executors.html +++ b/docs/2.x/administration/scan-executors.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/administration/upgrading.html b/docs/2.x/administration/upgrading.html index df93de7..8a0db7f 100644 --- a/docs/2.x/administration/upgrading.html +++ b/docs/2.x/administration/upgrading.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/configuration/client-properties.html b/docs/2.x/configuration/client-properties.html index f614edb..3482388 100644 --- a/docs/2.x/configuration/client-properties.html +++ b/docs/2.x/configuration/client-properties.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/configuration/files.html b/docs/2.x/configuration/files.html index e902178..e844cd4 100644 --- a/docs/2.x/configuration/files.html +++ b/docs/2.x/configuration/files.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/configuration/overview.html b/docs/2.x/configuration/overview.html index e72ba89..423c505 100644 --- a/docs/2.x/configuration/overview.html +++ b/docs/2.x/configuration/overview.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ @@ -432,8 +432,8 @@

Client Configuration

-

Accumulo clients are created using a Java builder methods, Java properties containing -client properties, or an accumulo-client.properties file containing client properties.

+

Accumulo clients are created using Java builder methods, a Java properties object or an +accumulo-client.properties file containing client properties.

Server Configuration

@@ -442,8 +442,8 @@ set in the following locations (with increasing precedence):

  1. Default values
  2. -
  3. accumulo.properties (overrides defaults)
  4. -
  5. Zookeeper (overrides accumulo.properties & defaults)
  6. +
  7. accumulo.properties (overrides defaults)
  8. +
  9. Zookeeper (overrides accumulo.properties & defaults)

If a property is set in multiple locations, the value in the location with the highest precedence is used.

@@ -452,26 +452,26 @@ set in the following locations (with increasing precedence):

Default values

-

All server properties have a default value that is listed for each property on the properties page. Default values are set in the source code. +

All server properties have a default value. Default values are set in the source code and can be viewed for each property on the server properties page. While default values have the lowest precedence, they are usually optimal. However, there are cases where a change can increase query and ingest performance.

accumulo.properties

-

Setting server properties in accumulo.properties will override their default value. 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. +

Setting server properties in accumulo.properties will override their default value. 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.

Zookeeper

Many server properties can be set in Zookeeper using the Accumulo API or shell. These properties can identified by zk mutable: yes in their description on -the properties page. Zookeeper properties can be applied on a per-table or system-wide basis. Per-table properties take precedence over system-wide +the server properties page. Zookeeper properties can be applied on a per-table or system-wide basis. Per-table properties take precedence over system-wide properties. While most properties set in Zookeeper take effect immediately, some require a restart of the process which is indicated in zk mutable section of their description.

Zookeeper System properties

-

System properties consist of all properties with zk mutable: yes in their description. They are set with the following shell command:

+

System properties consist of all server properties with zk mutable: yes in their description. They are set with the following shell command:

config -s PROPERTY=VALUE
 
@@ -498,7 +498,7 @@ of their description.

Zookeeper Considerations

-

Any properties that are set in Zookeeper should consider the limitations of Zookeeper itself with respect to the +

Any server properties that are set in Zookeeper should consider the limitations of Zookeeper itself with respect to the number of nodes and the size of the node data. Custom table properties and options for Iterators configured on tables are two areas in which there aren’t any fail safes built into the API that can prevent the user from making this mistake.

@@ -519,14 +519,12 @@ into these warnings should be reconsidered.

is set in multiple locations but the value 1.6 set in the table scope is used as it has the highest precedence.

root@accumulo-instance> config -t foo
----------+---------------------------------------------+------------------------------------------------------
+---------+---------------------------------------------+-----------------------
 SCOPE    | NAME                                        | VALUE
----------+---------------------------------------------+------------------------------------------------------
-default  | table.balancer ............................ | org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
+---------+---------------------------------------------+-----------------------
 default  | table.bloom.enabled ....................... | false
 default  | table.bloom.error.rate .................... | 0.5%
 default  | table.bloom.hash.type ..................... | murmur
-default  | table.bloom.key.functor ................... | org.apache.accumulo.core.file.keyfunctor.RowFunctor
 default  | table.bloom.load.threshold ................ | 1
 default  | table.bloom.size .......................... | 1048576
 default  | table.cache.block.enable .................. | false
diff --git a/docs/2.x/configuration/server-properties.html b/docs/2.x/configuration/server-properties.html
index 2854e4c..6d11521 100644
--- a/docs/2.x/configuration/server-properties.html
+++ b/docs/2.x/configuration/server-properties.html
@@ -172,21 +172,21 @@
               
             
@@ -216,19 +216,19 @@
@@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/development/development_tools.html b/docs/2.x/development/development_tools.html index f8d4a0d..c719bdd 100644 --- a/docs/2.x/development/development_tools.html +++ b/docs/2.x/development/development_tools.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/development/high_speed_ingest.html b/docs/2.x/development/high_speed_ingest.html index 8868dd9..e9671a0 100644 --- a/docs/2.x/development/high_speed_ingest.html +++ b/docs/2.x/development/high_speed_ingest.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/development/iterators.html b/docs/2.x/development/iterators.html index 60edb33..487d673 100644 --- a/docs/2.x/development/iterators.html +++ b/docs/2.x/development/iterators.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/development/mapreduce.html b/docs/2.x/development/mapreduce.html index 01a257b..3d2ead1 100644 --- a/docs/2.x/development/mapreduce.html +++ b/docs/2.x/development/mapreduce.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/development/proxy.html b/docs/2.x/development/proxy.html index 9e5bc6b..0934115 100644 --- a/docs/2.x/development/proxy.html +++ b/docs/2.x/development/proxy.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/development/sampling.html b/docs/2.x/development/sampling.html index 3376e91..ac0d817 100644 --- a/docs/2.x/development/sampling.html +++ b/docs/2.x/development/sampling.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/development/summaries.html b/docs/2.x/development/summaries.html index 91e9aed..f7d68b0 100644 --- a/docs/2.x/development/summaries.html +++ b/docs/2.x/development/summaries.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/getting-started/clients.html b/docs/2.x/getting-started/clients.html index 1f9f05e..0212bec 100644 --- a/docs/2.x/getting-started/clients.html +++ b/docs/2.x/getting-started/clients.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/getting-started/design.html b/docs/2.x/getting-started/design.html index eba8c6a..ff2f04a 100644 --- a/docs/2.x/getting-started/design.html +++ b/docs/2.x/getting-started/design.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/getting-started/features.html b/docs/2.x/getting-started/features.html index 14ec871..b64ec89 100644 --- a/docs/2.x/getting-started/features.html +++ b/docs/2.x/getting-started/features.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/getting-started/glossary.html b/docs/2.x/getting-started/glossary.html index 2da0bd2..353cd06 100644 --- a/docs/2.x/getting-started/glossary.html +++ b/docs/2.x/getting-started/glossary.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/getting-started/quick-install.html b/docs/2.x/getting-started/quick-install.html index 08b7204..3df9ec1 100644 --- a/docs/2.x/getting-started/quick-install.html +++ b/docs/2.x/getting-started/quick-install.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/getting-started/shell.html b/docs/2.x/getting-started/shell.html index 5e8d42e..8eea0a5 100644 --- a/docs/2.x/getting-started/shell.html +++ b/docs/2.x/getting-started/shell.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/getting-started/table_configuration.html b/docs/2.x/getting-started/table_configuration.html index 05f9624..fa0319b 100644 --- a/docs/2.x/getting-started/table_configuration.html +++ b/docs/2.x/getting-started/table_configuration.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/getting-started/table_design.html b/docs/2.x/getting-started/table_design.html index 7f12e9d..882f5d6 100644 --- a/docs/2.x/getting-started/table_design.html +++ b/docs/2.x/getting-started/table_design.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/security/authentication.html b/docs/2.x/security/authentication.html index 70d5570..f967d7b 100644 --- a/docs/2.x/security/authentication.html +++ b/docs/2.x/security/authentication.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/security/authorizations.html b/docs/2.x/security/authorizations.html index 8ad89fb..b0ff10a 100644 --- a/docs/2.x/security/authorizations.html +++ b/docs/2.x/security/authorizations.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/security/kerberos.html b/docs/2.x/security/kerberos.html index d45acc9..32117f3 100644 --- a/docs/2.x/security/kerberos.html +++ b/docs/2.x/security/kerberos.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/security/on-disk-encryption.html b/docs/2.x/security/on-disk-encryption.html index 299c829..d3d6066 100644 --- a/docs/2.x/security/on-disk-encryption.html +++ b/docs/2.x/security/on-disk-encryption.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/security/overview.html b/docs/2.x/security/overview.html index b78bc8d..78f4388 100644 --- a/docs/2.x/security/overview.html +++ b/docs/2.x/security/overview.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/security/permissions.html b/docs/2.x/security/permissions.html index 1361d44..fbb5053 100644 --- a/docs/2.x/security/permissions.html +++ b/docs/2.x/security/permissions.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/security/wire-encryption.html b/docs/2.x/security/wire-encryption.html index ead6f9a..b0e054b 100644 --- a/docs/2.x/security/wire-encryption.html +++ b/docs/2.x/security/wire-encryption.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/troubleshooting/advanced.html b/docs/2.x/troubleshooting/advanced.html index cc22811..04a4846 100644 --- a/docs/2.x/troubleshooting/advanced.html +++ b/docs/2.x/troubleshooting/advanced.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/troubleshooting/basic.html b/docs/2.x/troubleshooting/basic.html index 6e43dea..1e40abd 100644 --- a/docs/2.x/troubleshooting/basic.html +++ b/docs/2.x/troubleshooting/basic.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/troubleshooting/performance.html b/docs/2.x/troubleshooting/performance.html index 78b48c6..532ead8 100644 --- a/docs/2.x/troubleshooting/performance.html +++ b/docs/2.x/troubleshooting/performance.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/troubleshooting/system-metadata-tables.html b/docs/2.x/troubleshooting/system-metadata-tables.html index 3bfba77..2a0d4aa 100644 --- a/docs/2.x/troubleshooting/system-metadata-tables.html +++ b/docs/2.x/troubleshooting/system-metadata-tables.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/troubleshooting/tools.html b/docs/2.x/troubleshooting/tools.html index cb22b67..733e316 100644 --- a/docs/2.x/troubleshooting/tools.html +++ b/docs/2.x/troubleshooting/tools.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/docs/2.x/troubleshooting/tracing.html b/docs/2.x/troubleshooting/tracing.html index 15470fb..3dbd687 100644 --- a/docs/2.x/troubleshooting/tracing.html +++ b/docs/2.x/troubleshooting/tracing.html @@ -172,21 +172,21 @@ @@ -216,19 +216,19 @@ @@ -266,19 +266,19 @@ @@ -302,13 +302,13 @@ @@ -338,21 +338,21 @@ @@ -396,17 +396,17 @@ diff --git a/feed.xml b/feed.xml index b25bae8..0d55f4b 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ https://accumulo.apache.org/ - Thu, 15 Nov 2018 16:02:33 -0500 - Thu, 15 Nov 2018 16:02:33 -0500 + Thu, 15 Nov 2018 16:51:06 -0500 + Thu, 15 Nov 2018 16:51:06 -0500 Jekyll v3.7.3 diff --git a/search_data.json b/search_data.json index 00a2d2a..842ad03 100644 --- a/search_data.json +++ b/search_data.json @@ -72,7 +72,7 @@ "docs-2-x-configuration-overview": { "title": "Configuration Overview", - "content" : "Configuration is managed differently for Accumulo clients and servers.Client ConfigurationAccumulo clients are created using a Java builder methods, Java properties containingclient properties, or an accumulo-client.properties file containing client properties.Server ConfigurationAccumulo services (i.e master, tablet server, monitor, etc) are configured by server properties whose values can beset in the following locations (with increasing precedence): Default values [...] + "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 services (i.e master, tablet server, monitor, etc) are configured by server properties whose values can beset in the following locations (with increasing precedence): Default values accumulo.properties ( [...] "url": " /docs/2.x/configuration/overview", "categories": "configuration" },