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

kturner 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 f559db1  Jekyll build from master:75b8b87
f559db1 is described below

commit f559db1e28ec3edcb9b9366e903cc132e00b48fb
Author: Keith Turner <ktur...@apache.org>
AuthorDate: Thu Aug 1 13:46:30 2019 -0400

    Jekyll build from master:75b8b87
    
    update 2.0 release notes
---
 feed.xml                          |  4 ++--
 redirects.json                    |  2 +-
 release/accumulo-2.0.0/index.html | 21 +++++++++++++++++----
 search_data.json                  |  2 +-
 4 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/feed.xml b/feed.xml
index 09ad560..dc01723 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, 22 Jul 2019 20:23:40 -0400</pubDate>
-    <lastBuildDate>Mon, 22 Jul 2019 20:23:40 -0400</lastBuildDate>
+    <pubDate>Thu, 01 Aug 2019 13:46:25 -0400</pubDate>
+    <lastBuildDate>Thu, 01 Aug 2019 13:46:25 -0400</lastBuildDate>
     <generator>Jekyll v3.8.6</generator>
     
     
diff --git a/redirects.json b/redirects.json
index 9c19363..ed4fefd 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/release/accumulo-2.0.0/index.html 
b/release/accumulo-2.0.0/index.html
index 23dc2ea..85c5f90 100644
--- a/release/accumulo-2.0.0/index.html
+++ b/release/accumulo-2.0.0/index.html
@@ -175,11 +175,12 @@ possible with old API.</li>
 See the <a href="/docs/2.x/getting-started/clients">client documentation</a> 
for more information on how to use the new API.</li>
 </ul>
 
-<h3 id="hadoop-3-and-java-8">Hadoop 3 and Java 8.</h3>
+<h3 id="hadoop-3-java-8--11">Hadoop 3 Java 8 &amp; 11.</h3>
 
 <p>Accumulo 2.x expects at least Java 8 and Hadoop 3.  It is built against 
Java 8
 and Hadoop 3 and the binary tarball is targeted to work with a Java 8 and
-Hadoop 3 system.  See <a 
href="https://issues.apache.org/jira/browse/ACCUMULO-4826";>ACCUMULO-4826 </a>,  
<a href="https://github.com/apache/accumulo/issues/531";>#531 </a>, and <a 
href="https://issues.apache.org/jira/browse/ACCUMULO-4299";>ACCUMULO-4299 
</a>.</p>
+Hadoop 3 system.  See <a 
href="https://issues.apache.org/jira/browse/ACCUMULO-4826";>ACCUMULO-4826 </a>,  
<a href="https://github.com/apache/accumulo/issues/531";>#531 </a>, and <a 
href="https://issues.apache.org/jira/browse/ACCUMULO-4299";>ACCUMULO-4299 </a>.  
Running with Java 11 is also supported, but Java 11 is not
+required.</p>
 
 <h3 id="simplified-accumulo-scripts-and-configuration-files">Simplified 
Accumulo scripts and configuration files</h3>
 
@@ -223,8 +224,11 @@ TODO link to javadoc for new API. See <a 
href="https://github.com/apache/accumul
 <p><a href="/docs/2.x/development/summaries">Summaries</a> enables continually 
generating
 statistics about a table with user defined functions.  This feature can inform
 a user about what is in their table and be used by compaction strategies to
-make decisions.  For example, using this feature it would be possible to 
compact
-all tablets where deletes are more than 25% of the data.</p>
+make decisions.  For example, using this feature it would be possible to
+compact all tablets where deletes are more than 25% of the data. Another
+example use case is optimizing filtering compactions by enabling smart
+selection of files with pertinent data. Examples of filtering compactions are
+age off and removal of non-compliant data.</p>
 
 <h3 id="scan-executors">Scan Executors</h3>
 
@@ -233,6 +237,15 @@ and dedicating scan resources. Each executor has a 
configurable number of
 threads and an optional custom prioritizer.  Tables can be configured in a
 flexible way to dispatch scans to different executors.</p>
 
+<h3 id="spi-package">SPI package</h3>
+
+<p>All new pluggable components introduced in 2.0 were placed under a new SPI
+package.  The SPI package is analyzed by <a 
href="https://code.revelc.net/apilyzer-maven-plugin/";>Apilyzer</a> at build 
time to ensure
+plugins only use SPI and API types.  This prevents plugins from using internal
+Accumulo types that are inherently unstable over time.  Plugins created before
+2.0 do use internal types and are less stable.  The new pluggable interfaces
+should be much more stable.</p>
+
 <h3 id="official-accumulo-docker-image-was-created">Official Accumulo docker 
image was created</h3>
 
 <p>An <a href="https://github.com/apache/accumulo-docker";>official Accumulo 
docker images</a> was created in <a 
href="https://issues.apache.org/jira/browse/ACCUMULO-4706";>ACCUMULO-4706</a> to 
make
diff --git a/search_data.json b/search_data.json
index 8615a2b..299a537 100644
--- a/search_data.json
+++ b/search_data.json
@@ -401,7 +401,7 @@
   
     "release-accumulo-2-0-0": {
       "title": "Apache Accumulo 2.0.0",
-      "content"         : "Apache Accumulo 2.0.0 is a significant release.  
These release notes are still a work inprogress. The notes are fairly complete 
in terms of features added to 2.0, but somefeatures may still be missing.  
Also, the notes will be updated in the future to pointto documentation for new 
features in addition to issues.Notable ChangesNew API for creating connections 
to AccumuloA fluent API for creating Accumulo clients was introduced in 
ACCUMULO-4784 and #634.The Connector an [...]
+      "content"         : "Apache Accumulo 2.0.0 is a significant release.  
These release notes are still a work inprogress. The notes are fairly complete 
in terms of features added to 2.0, but somefeatures may still be missing.  
Also, the notes will be updated in the future to pointto documentation for new 
features in addition to issues.Notable ChangesNew API for creating connections 
to AccumuloA fluent API for creating Accumulo clients was introduced in 
ACCUMULO-4784 and #634.The Connector an [...]
       "url": " /release/accumulo-2.0.0/",
       "categories": "release"
     }

Reply via email to