Author: dmeil
Date: Wed Feb 15 19:20:21 2012
New Revision: 1244659

URL: http://svn.apache.org/viewvc?rev=1244659&view=rev
Log:
hbase-5405.  index.xml - correcting bigtable link description

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=1244659&r1=1244658&r2=1244659&view=diff
==============================================================================
--- hbase/trunk/src/site/xdoc/index.xml (original)
+++ hbase/trunk/src/site/xdoc/index.xml Wed Feb 15 19:20:21 2012
@@ -30,7 +30,7 @@
     <p>
     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's <a 
href="http://research.google.com/archive/bigtable.html";>Bigtable: A Distributed 
Storage System for Structured</a> by Chang et al.
+HBase is an open-source, distributed, versioned, column-oriented store modeled 
after Google's <a 
href="http://research.google.com/archive/bigtable.html";>Bigtable: A Distributed 
Storage System for Structured Data</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 
and HDFS.
     </p>
     <h4>Features</h4>


Reply via email to