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/11 19:44:47 UTC

[accumulo-website] branch master updated: Improve upgrade instructions

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 9c59475  Improve upgrade instructions
9c59475 is described below

commit 9c594759434f48e2ab830414b6eded82116915bc
Author: Mike Walch <mw...@apache.org>
AuthorDate: Mon Mar 11 15:41:40 2019 -0400

    Improve upgrade instructions
---
 _docs-2/administration/upgrading.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/_docs-2/administration/upgrading.md b/_docs-2/administration/upgrading.md
index f054509..97e314b 100644
--- a/_docs-2/administration/upgrading.md
+++ b/_docs-2/administration/upgrading.md
@@ -23,6 +23,10 @@ Below are some changes in 2.0 that you should be aware of:
   ```
   accumulo convert-config -x old/accumulo-site.xml -p new/accumulo.properties
   ```
+* The following [server properties]({% durl configuration/server-properties %}) were deprecated for 2.0:
+   * {% plink general.classpaths %}
+   * {% plink tserver.metadata.readahead.concurrent.max %}
+   * {% plink tserver.readahead.concurrent.max  %}
 * `accumulo-client.properties` has replaced `client.conf`. The [client properties]({% durl configuration/client-properties %})
   in the new file are different so take care when customizing.
 * `accumulo-cluster` script has replaced the `start-all.sh` & `stop-all.sh` scripts.