You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by to...@apache.org on 2011/01/19 05:59:42 UTC

svn commit: r1060675 - in /incubator/whirr/trunk: CHANGES.txt src/site/confluence/index.confluence

Author: tomwhite
Date: Wed Jan 19 04:59:42 2011
New Revision: 1060675

URL: http://svn.apache.org/viewvc?rev=1060675&view=rev
Log:
WHIRR-194. Update the list of supported services on the home page. Contributed by asavu.

Modified:
    incubator/whirr/trunk/CHANGES.txt
    incubator/whirr/trunk/src/site/confluence/index.confluence

Modified: incubator/whirr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/CHANGES.txt?rev=1060675&r1=1060674&r2=1060675&view=diff
==============================================================================
--- incubator/whirr/trunk/CHANGES.txt (original)
+++ incubator/whirr/trunk/CHANGES.txt Wed Jan 19 04:59:42 2011
@@ -70,6 +70,9 @@ Release 0.3.0 - 2011-01-15
     WHIRR-206. [HBase] Extract strings to a HBaseServiceConstants interface.
     (Lars George via tomwhite)
 
+    WHIRR-194. Update the list of supported services on the home page.
+    (asavu via tomwhite)
+
   BUG FIXES
 
     WHIRR-128. Fix DNS resolution for clients running within EC2.

Modified: incubator/whirr/trunk/src/site/confluence/index.confluence
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/src/site/confluence/index.confluence?rev=1060675&r1=1060674&r2=1060675&view=diff
==============================================================================
--- incubator/whirr/trunk/src/site/confluence/index.confluence (original)
+++ incubator/whirr/trunk/src/site/confluence/index.confluence Wed Jan 19 04:59:42 2011
@@ -14,9 +14,9 @@ h2. Which services and cloud providers a
 Whirr uses [jclouds|http://code.google.com/p/jclouds/] for provisioning, so in principle it should support all the cloud providers that jclouds supports. The following table shows
 the cloud provider and service combinations that have been tested.
 
-||Cloud provider||Cassandra||Hadoop||ZooKeeper||
-|Amazon EC2|Yes|Yes|Yes|
-|Rackspace Cloud Servers|Yes|Yes|Yes|
+||Cloud provider||Cassandra||Hadoop||ZooKeeper||HBase||
+|Amazon EC2|Yes|Yes|Yes|Yes|
+|Rackspace Cloud Servers|Yes|Yes|Yes|Yes|
 
 h2. Download
 
@@ -47,4 +47,4 @@ project was started to give a home to
 the existing work that had been done, but also to create a Java version 
 using [jclouds|http://code.google.com/p/jclouds/] as the cloud provisioning
 library. jclouds supports many providers and has a very rich API for running
-code on instances, so it provides a very solid foundation for building Whirr on.
\ No newline at end of file
+code on instances, so it provides a very solid foundation for building Whirr on.