Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 26E929B82 for ; Thu, 8 Dec 2011 21:49:28 +0000 (UTC) Received: (qmail 42675 invoked by uid 500); 8 Dec 2011 21:49:28 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 42648 invoked by uid 500); 8 Dec 2011 21:49:28 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 42641 invoked by uid 99); 8 Dec 2011 21:49:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2011 21:49:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2011 21:49:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D2AE323888E7 for ; Thu, 8 Dec 2011 21:49:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1212142 - /hbase/trunk/src/site/xdoc/index.xml Date: Thu, 08 Dec 2011 21:49:03 -0000 To: commits@hbase.apache.org From: dmeil@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111208214903.D2AE323888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dmeil Date: Thu Dec 8 21:49:03 2011 New Revision: 1212142 URL: http://svn.apache.org/viewvc?rev=1212142&view=rev Log: hbase-4986 index.html - fixed a nit grammatical error in describing BigTable Modified: hbase/trunk/src/site/xdoc/index.xml Modified: hbase/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/hbase/trunk/src/site/xdoc/index.xml?rev=1212142&r1=1212141&r2=1212142&view=diff ============================================================================== --- hbase/trunk/src/site/xdoc/index.xml (original) +++ hbase/trunk/src/site/xdoc/index.xml Thu Dec 8 21:49:03 2011 @@ -30,7 +30,7 @@

Use HBase when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware. -HBase is an open-source, distributed, versioned, column-oriented store modeled after Google' Bigtable: A Distributed Storage System for Structured by Chang et al. +HBase is an open-source, distributed, versioned, column-oriented store modeled after Google's Bigtable: A Distributed Storage System for Structured by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, HBase provides Bigtable-like capabilities on top of Hadoop and HDFS.