From notifications-return-42555-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Wed Mar 14 21:57:27 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 47E13180654 for ; Wed, 14 Mar 2018 21:57:27 +0100 (CET) Received: (qmail 88851 invoked by uid 500); 14 Mar 2018 20:57:26 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 88840 invoked by uid 99); 14 Mar 2018 20:57:26 -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, 14 Mar 2018 20:57:26 +0000 From: GitBox To: notifications@accumulo.apache.org Subject: [GitHub] mikewalch closed pull request #61: Moved BigTable reference to design doc Message-ID: <152106104570.8452.13227187458296213841.gitbox@gitbox.apache.org> Date: Wed, 14 Mar 2018 20:57:25 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit mikewalch closed pull request #61: Moved BigTable reference to design doc URL: https://github.com/apache/accumulo-website/pull/61 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/_docs-2-0/getting-started/design.md b/_docs-2-0/getting-started/design.md index 7f6a880f..f1ba58a1 100644 --- a/_docs-2-0/getting-started/design.md +++ b/_docs-2-0/getting-started/design.md @@ -4,6 +4,10 @@ category: getting-started order: 1 --- +## Background + +The design of Apache Accumulo is inspired by Google's [BigTable paper]. + ## Data Model Accumulo provides a richer data model than simple key-value stores, but is not a @@ -177,6 +181,7 @@ TabletServer failures are noted on the Master's monitor page, accessible via ![failure handling]({{ site.url }}/images/docs/failure_handling.png) +[BigTable paper]: https://research.google.com/archive/bigtable.html [monitor]: {{page.docs_baseurl}}/administration/monitoring-metrics#monitoring [tracing]: {{page.docs_baseurl}}/administration/tracing [clients]: {{page.docs_baseurl}}/getting-started/clients diff --git a/index.html b/index.html index f902a80d..9f89e636 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@

Apache Accumulo® is a sorted, distributed key/value store that provides robust, scalable data storage and retrieval.

Download -

Apache Accumulo is a key/value store based on the design of Google's BigTable. Accumulo stores its data in Apache Hadoop's HDFS and uses Apache Zookeeper for consensus. While many users interact directly with Accumulo, several open source projects use Accumulo as their underlying store.

+

With Apache Accumulo, users can store and manage large data sets across a cluster. Accumulo uses Apache Hadoop's HDFS to store its data and Apache ZooKeeper for consensus. While many users interact directly with Accumulo, several open source projects use Accumulo as their underlying store.

To learn more about Accumulo, take the Accumulo tour, read the user manual and run the Accumulo example code. Feel free to contact us if you have any questions.

Major Features

---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services