You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by as...@apache.org on 2012/02/05 21:44:43 UTC

svn commit: r1240805 - in /whirr/trunk: CHANGES.txt src/site/xdoc/known-limitations.xml

Author: asavu
Date: Sun Feb  5 20:44:43 2012
New Revision: 1240805

URL: http://svn.apache.org/viewvc?rev=1240805&view=rev
Log:
WHIRR-498. Update the list of known limitations (asavu)

Modified:
    whirr/trunk/CHANGES.txt
    whirr/trunk/src/site/xdoc/known-limitations.xml

Modified: whirr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/whirr/trunk/CHANGES.txt?rev=1240805&r1=1240804&r2=1240805&view=diff
==============================================================================
--- whirr/trunk/CHANGES.txt (original)
+++ whirr/trunk/CHANGES.txt Sun Feb  5 20:44:43 2012
@@ -41,6 +41,8 @@ Trunk (unreleased changes)
 
     WHIRR-439. Make proxy files executable (Marco Didonna via asavu)
 
+    WHIRR-498. Update the list of known limitations (asavu)
+
   BUG FIXES
 
     WHIRR-367. Wrong groupId for zookeeper (Joe Crobak via asavu)

Modified: whirr/trunk/src/site/xdoc/known-limitations.xml
URL: http://svn.apache.org/viewvc/whirr/trunk/src/site/xdoc/known-limitations.xml?rev=1240805&r1=1240804&r2=1240805&view=diff
==============================================================================
--- whirr/trunk/src/site/xdoc/known-limitations.xml (original)
+++ whirr/trunk/src/site/xdoc/known-limitations.xml Sun Feb  5 20:44:43 2012
@@ -25,8 +25,7 @@ xsi:schemaLocation="http://maven.apache.
     limitations that you should be aware of. The following issues are known to exist in the 0.6.0 release of Whirr.</p>
 
     <ul>
-      <li>The Hadoop namenode and the jobtracker must share the same machine. <a href="https://issues.apache.org/jira/browse/WHIRR-337">WHIRR-337</a></li>
-      <li>The HBase thrift server can only run on a machine that it's also running a different HBase role like hbase-master or hbase-regionserver. <a href="https://issues.apache.org/jira/browse/WHIRR-342">WHIRR-342</a></li>
+      <li>The order of the roles is significant. (e.g. hadoop-jobtracker+hadoop-namenode will try to start the jobtracker before starting the namenode)</li>
       <li>The "jclouds.aws-s3.endpoint" property is needed in order to use BlobCache with Amazon AWS in a region besides us-east-1. See <a href="https://issues.apache.org/jira/browse/WHIRR-349#comment-13084590">WHIRR-349</a> for more details</li>
     </ul>