From commits-return-23267-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Fri Aug 2 14:50:50 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 44527180654 for ; Fri, 2 Aug 2019 16:50:50 +0200 (CEST) Received: (qmail 54903 invoked by uid 500); 2 Aug 2019 14:50:11 -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 53063 invoked by uid 99); 2 Aug 2019 14:50:06 -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; Fri, 02 Aug 2019 14:50:06 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id CD94B816C5; Fri, 2 Aug 2019 14:50:06 +0000 (UTC) Date: Fri, 02 Aug 2019 14:50:06 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo-website] branch master updated: Add info from 2.0.0-alpha-2 rel notes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156475740676.14809.11776098447604728726@gitbox.apache.org> From: kturner@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo-website X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 79e1d589eda8e2dc11d380be81f3738ea81106a9 X-Git-Newrev: f43686de8a581798b89187313e3dcbc733ea9aee X-Git-Rev: f43686de8a581798b89187313e3dcbc733ea9aee 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. kturner 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 f43686d Add info from 2.0.0-alpha-2 rel notes f43686d is described below commit f43686de8a581798b89187313e3dcbc733ea9aee Author: Keith Turner AuthorDate: Fri Aug 2 10:49:55 2019 -0400 Add info from 2.0.0-alpha-2 rel notes --- _posts/release/2017-09-05-accumulo-2.0.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/release/2017-09-05-accumulo-2.0.0.md b/_posts/release/2017-09-05-accumulo-2.0.0.md index 64b103b..7cf88ed 100644 --- a/_posts/release/2017-09-05-accumulo-2.0.0.md +++ b/_posts/release/2017-09-05-accumulo-2.0.0.md @@ -23,6 +23,7 @@ that ships with the Accumulo tarball. The new API has the following benefits ove * The new client is closeable and does not rely on shared static resource management * Clients can be created using a new Java builder, `Properties` object, or `accumulo-client.properties` * Clients can now be created with default settings for `BatchWriter`, `Scanner`, etc. + * Create scanners with default authorizations. {% ghi 744 %} See the [client documentation][clients] for more information on how to use the new API. ### Hadoop 3 Java 8 & 11. @@ -173,6 +174,7 @@ at table creation time can be much faster than adding splits after creation. * {% ghi 1102 %} {% ghi 1100 %} {% ghi 1037 %} - Removed lock contention in different areas. These locks caused threads working unrelated task to impede each other. * {% ghi 1033 %} - Optimized the default compaction strategy. In some cases the Accumulo would rewrite data O(N^2) times over repeated compactions. With this change the amount of rewriting is always logarithmic. * Many performance improvements mentioned in the 1.9.X release notes are also available in 2.0. +* Scanners close server side sessions on close {% ghi 813 %} {% ghi 905 %} ## Upgrading