Fix link to bigtable paper on site home page

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074314 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Helmling 2011-02-24 22:01:13 +00:00
parent 94ca0f49fe
commit 6d2cd102c5
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<div style="float: right;">
<img src="http://hbase.apache.org/images/hadoop-logo.jpg" style="border-style;none" />
</div>
HBase is an open-source, distributed, versioned, column-oriented store modeled after Google' <a hef="http://labs.google.com/papers/bigtable.html">Bigtable: A Distributed Storage System for Structured</a> 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.
HBase is an open-source, distributed, versioned, column-oriented store modeled after Google' <a href="http://labs.google.com/papers/bigtable.html">Bigtable: A Distributed Storage System for Structured</a> 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.
HBase includes:
<ul>
<li>Convenient base classes for backing Hadoop MapReduce jobs with HBase tables including cascading, hive and pig source and sink modules