From commits-return-22158-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Wed Sep 26 23:55:10 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 A9B27180629 for ; Wed, 26 Sep 2018 23:55:09 +0200 (CEST) Received: (qmail 76213 invoked by uid 500); 26 Sep 2018 21:55:08 -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 76204 invoked by uid 99); 26 Sep 2018 21:55:08 -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; Wed, 26 Sep 2018 21:55:08 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1008582DF9; Wed, 26 Sep 2018 21:55:08 +0000 (UTC) Date: Wed, 26 Sep 2018 21:55:08 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo-website] branch asf-site updated: Jekyll build from master:1bdcffd MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153799890799.30287.12411813200028003883@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: fc6d763082f5cb3d49976e6d6d3e2fb5034242dd X-Git-Newrev: 290c05c3a0de0972d8fea836aacd6527fea69761 X-Git-Rev: 290c05c3a0de0972d8fea836aacd6527fea69761 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 290c05c Jekyll build from master:1bdcffd 290c05c is described below commit 290c05c3a0de0972d8fea836aacd6527fea69761 Author: Mike Walch AuthorDate: Wed Sep 26 17:54:50 2018 -0400 Jekyll build from master:1bdcffd Updated links on Features page (#110) - Now point to 1.9 docs --- features/index.html | 22 +++++++++++----------- feed.xml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/features/index.html b/features/index.html index 5238ccb..77aba0d 100644 --- a/features/index.html +++ b/features/index.html @@ -380,20 +380,20 @@ framework and subsequently corrected.

Client API

-

Batch Scanner

+

Batch Scanner

-

Takes a list of Ranges, batches them to the appropriate tablet servers, and +

The BatchScanner takes a list of Ranges, batches them to the appropriate tablet servers, and returns data as it is received (i.e. not in sorted order).

-

Batch Writer

+

Batch Writer

-

Clients buffer writes in memory before sending them in batches to the +

The BatchWriter client buffers writes in memory before sending them in batches to the appropriate tablet servers.

-

Bulk Import

+

Bulk Import

Instead of writing individual mutations to Accumulo, entire files of sorted key -value pairs can be imported. These files are moved into the Accumulo directory +value pairs can be imported using BulkImport. These files are moved into the Accumulo directory and referenced by Accumulo. This feature is useful for ingesting a large amount of data. This method of ingest usually offers higher throughput at the cost of higher latency for data availability for scans. Usually, the data is sorted @@ -401,9 +401,9 @@ using map reduce and then bulk imported. This method of ingest also allows for flexibility in resource allocation. The nodes running map reduce to sort data could be different from the Accumulo nodes.

-

Map Reduce

+

MapReduce

-

Accumulo can be a source and/or sink for map reduce jobs.

+

Accumulo can be a source and/or sink for MapReduce jobs.

Apache Thrift Proxy

@@ -415,11 +415,11 @@ available to other languages like Python, Ruby, C++, etc.

Conditional Mutations

-

In version 1.6.0, Accumulo introduced ConditionalMutations +

In version 1.6.0, Accumulo introduced Conditional Mutations which allow users to perform efficient, atomic read-modify-write operations on rows. Conditions can be defined using equality checks of the values in a column or the absence of a column. For more -information on using this feature, users can reference the Javadoc for ConditionalMutation and -ConditionalWriter.

+information on using this feature, users can reference the Javadoc for ConditionalMutation and +ConditionalWriter.

Lexicoders

diff --git a/feed.xml b/feed.xml index 6fe0115..f80ad79 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ https://accumulo.apache.org/ - Tue, 25 Sep 2018 14:03:07 -0400 - Tue, 25 Sep 2018 14:03:07 -0400 + Wed, 26 Sep 2018 17:54:42 -0400 + Wed, 26 Sep 2018 17:54:42 -0400 Jekyll v3.7.3