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:
parent
94ca0f49fe
commit
6d2cd102c5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue