You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ia...@apache.org on 2011/03/20 21:40:52 UTC

svn commit: r1083560 - in /hadoop/site/author/src/documentation/content/xdocs: index.xml site.xml

Author: ianh
Date: Sun Mar 20 20:40:52 2011
New Revision: 1083560

URL: http://svn.apache.org/viewvc?rev=1083560&view=rev
Log:
HADOOP-7201 - Add Cassandra to list of Hadoop-related projects at Apache

Modified:
    hadoop/site/author/src/documentation/content/xdocs/index.xml
    hadoop/site/author/src/documentation/content/xdocs/site.xml

Modified: hadoop/site/author/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/hadoop/site/author/src/documentation/content/xdocs/index.xml?rev=1083560&r1=1083559&r2=1083560&view=diff
==============================================================================
--- hadoop/site/author/src/documentation/content/xdocs/index.xml (original)
+++ hadoop/site/author/src/documentation/content/xdocs/index.xml Sun Mar 20 20:40:52 2011
@@ -36,6 +36,9 @@
       <li><a href="ext:avro"><strong>Avro</strong></a>: 
       A data serialization system.</li>
 
+      <li><a href="ext:cassandra"><strong>Cassandra</strong></a>: 
+      A scalable multi-master database with no single points of failure.</li>
+
       <li><a href="ext:chukwa"><strong>Chukwa</strong></a>: 
       A data collection system for managing large distributed systems.  </li>
 

Modified: hadoop/site/author/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/hadoop/site/author/src/documentation/content/xdocs/site.xml?rev=1083560&r1=1083559&r2=1083560&view=diff
==============================================================================
--- hadoop/site/author/src/documentation/content/xdocs/site.xml (original)
+++ hadoop/site/author/src/documentation/content/xdocs/site.xml Sun Mar 20 20:40:52 2011
@@ -37,6 +37,7 @@
 
   <docs label="Related Projects">   
     <avro    label="Avro" href="ext:avro" />  
+    <cassandra label="Cassandra" href="ext:cassandra" />   
     <chukwa  label="Chukwa" href="ext:chukwa" />   
     <hama    label="Hama" href="ext:hama" /> 
     <hbase   label="HBase" href="ext:hbase" />   
@@ -54,6 +55,7 @@
     <common-commits href="http://hadoop.apache.org/common/mailing_lists.html#Commits" />
     <common-jira href="https://issues.apache.org/jira/browse/HADOOP" />
     <avro      href="http://avro.apache.org/" />
+    <cassandra href="http://cassandra.apache.org/" />
     <chukwa href="http://incubator.apache.org/chukwa/" />
     <hama    href="http://incubator.apache.org/hama/" />
     <hbase   href="http://hbase.apache.org/" />