From 11905287bce92492499f8fe6367e0a5a101c452c Mon Sep 17 00:00:00 2001 From: ndimiduk Date: Mon, 23 Dec 2013 22:54:45 +0000 Subject: [PATCH] HBASE-10234 Correct column-oriented descriptor on home page git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1553227 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/site/xdoc/index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/site/xdoc/index.xml b/src/main/site/xdoc/index.xml index aa971f285ca..0d8b3c3ea7a 100644 --- a/src/main/site/xdoc/index.xml +++ b/src/main/site/xdoc/index.xml @@ -29,7 +29,7 @@

Use Apache 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. -Apache HBase is an open-source, distributed, versioned, column-oriented store modeled after Google's Bigtable: A Distributed Storage System for Structured Data by Chang et al. +Apache HBase is an open-source, distributed, versioned, non-relational database modeled after Google's Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, Apache HBase provides Bigtable-like capabilities on top of Hadoop and HDFS.

Features