You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ga...@apache.org on 2011/02/24 22:59:24 UTC

svn commit: r1074313 - /hbase/branches/0.90/src/site/xdoc/index.xml

Author: garyh
Date: Thu Feb 24 21:59:24 2011
New Revision: 1074313

URL: http://svn.apache.org/viewvc?rev=1074313&view=rev
Log:
Fix link to bigtable paper on site home page

Modified:
    hbase/branches/0.90/src/site/xdoc/index.xml

Modified: hbase/branches/0.90/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.90/src/site/xdoc/index.xml?rev=1074313&r1=1074312&r2=1074313&view=diff
==============================================================================
--- hbase/branches/0.90/src/site/xdoc/index.xml (original)
+++ hbase/branches/0.90/src/site/xdoc/index.xml Thu Feb 24 21:59:24 2011
@@ -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