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:45 UTC

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

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 c82eae0  Jekyll build from master:9c59475
c82eae0 is described below

commit c82eae0aa54ff5f154638496dadf9439f89bdf5f
Author: Mike Walch <mw...@apache.org>
AuthorDate: Mon Mar 11 15:44:20 2019 -0400

    Jekyll build from master:9c59475
    
    Improve upgrade instructions
---
 docs/2.x/administration/upgrading.html | 7 +++++++
 feed.xml                               | 4 ++--
 redirects.json                         | 2 +-
 search_data.json                       | 2 +-
 4 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/docs/2.x/administration/upgrading.html b/docs/2.x/administration/upgrading.html
index b65759b..67c1960 100644
--- a/docs/2.x/administration/upgrading.html
+++ b/docs/2.x/administration/upgrading.html
@@ -438,6 +438,13 @@ from XML to properties or use the following Accumulo command.
     <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>accumulo convert-config -x old/accumulo-site.xml -p new/accumulo.properties
 </code></pre></div>    </div>
   </li>
+  <li>The following <a href="/docs/2.x/configuration/server-properties">server properties</a> were deprecated for 2.0:
+    <ul>
+      <li><a href="/docs/2.x/configuration/server-properties#general_classpaths">general.classpaths</a></li>
+      <li><a href="/docs/2.x/configuration/server-properties#tserver_metadata_readahead_concurrent_max">tserver.metadata.readahead.concurrent.max</a></li>
+      <li><a href="/docs/2.x/configuration/server-properties#tserver_readahead_concurrent_max">tserver.readahead.concurrent.max</a></li>
+    </ul>
+  </li>
   <li><code class="highlighter-rouge">accumulo-client.properties</code> has replaced <code class="highlighter-rouge">client.conf</code>. The <a href="/docs/2.x/configuration/client-properties">client properties</a>
 in the new file are different so take care when customizing.</li>
   <li><code class="highlighter-rouge">accumulo-cluster</code> script has replaced the <code class="highlighter-rouge">start-all.sh</code> &amp; <code class="highlighter-rouge">stop-all.sh</code> scripts.
diff --git a/feed.xml b/feed.xml
index 1b574ce..7108965 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>Thu, 28 Feb 2019 14:08:23 -0500</pubDate>
-    <lastBuildDate>Thu, 28 Feb 2019 14:08:23 -0500</lastBuildDate>
+    <pubDate>Mon, 11 Mar 2019 15:44:13 -0400</pubDate>
+    <lastBuildDate>Mon, 11 Mar 2019 15:44:13 -0400</lastBuildDate>
     <generator>Jekyll v3.7.3</generator>
     
     
diff --git a/redirects.json b/redirects.json
index 6b9f5d5..9d051e4 100644
--- a/redirects.json
+++ b/redirects.json
@@ -1 +1 @@
-{"/release_notes/1.5.1.html":"https://accumulo.apache.org/release/accumulo-1.5.1/","/release_notes/1.6.0.html":"https://accumulo.apache.org/release/accumulo-1.6.0/","/release_notes/1.6.1.html":"https://accumulo.apache.org/release/accumulo-1.6.1/","/release_notes/1.6.2.html":"https://accumulo.apache.org/release/accumulo-1.6.2/","/release_notes/1.7.0.html":"https://accumulo.apache.org/release/accumulo-1.7.0/","/release_notes/1.5.3.html":"https://accumulo.apache.org/release/accumulo-1.5.3/" [...]
\ No newline at end of file
+{"/release_notes/1.5.1.html":"https://accumulo.apache.org/release/accumulo-1.5.1/","/release_notes/1.6.0.html":"https://accumulo.apache.org/release/accumulo-1.6.0/","/release_notes/1.6.1.html":"https://accumulo.apache.org/release/accumulo-1.6.1/","/release_notes/1.6.2.html":"https://accumulo.apache.org/release/accumulo-1.6.2/","/release_notes/1.7.0.html":"https://accumulo.apache.org/release/accumulo-1.7.0/","/release_notes/1.5.3.html":"https://accumulo.apache.org/release/accumulo-1.5.3/" [...]
\ No newline at end of file
diff --git a/search_data.json b/search_data.json
index 47160ab..2cad678 100644
--- a/search_data.json
+++ b/search_data.json
@@ -51,7 +51,7 @@
   
     "docs-2-x-administration-upgrading": {
       "title": "Upgrading Accumulo",
-      "content"	 : "Upgrading from 1.8/9 to 2.0Follow the steps below to upgrade your Accumulo instance and client to 2.0.Upgrade Accumulo instanceIMPORTANT! Before upgrading to Accumulo 2.0, you will need to upgrade to Java 8 and Hadoop 3.x.Upgrading to Accumulo 2.0 is done by stopping Accumulo 1.8/9 and starting Accumulo 2.0.Before stopping Accumulo 1.8/9, install Accumulo 2.0 and configure it by following the 2.0 quick start.There are several changes to scripts and configuration in 2. [...]
+      "content"	 : "Upgrading from 1.8/9 to 2.0Follow the steps below to upgrade your Accumulo instance and client to 2.0.Upgrade Accumulo instanceIMPORTANT! Before upgrading to Accumulo 2.0, you will need to upgrade to Java 8 and Hadoop 3.x.Upgrading to Accumulo 2.0 is done by stopping Accumulo 1.8/9 and starting Accumulo 2.0.Before stopping Accumulo 1.8/9, install Accumulo 2.0 and configure it by following the 2.0 quick start.There are several changes to scripts and configuration in 2. [...]
       "url": " /docs/2.x/administration/upgrading",
       "categories": "administration"
     },