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/20 23:13:17 UTC

svn commit: r1291487 - in /whirr/branches/branch-0.7: CHANGES.txt src/site/xdoc/known-limitations.xml

Author: asavu
Date: Mon Feb 20 22:13:17 2012
New Revision: 1291487

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

Modified:
    whirr/branches/branch-0.7/CHANGES.txt
    whirr/branches/branch-0.7/src/site/xdoc/known-limitations.xml

Modified: whirr/branches/branch-0.7/CHANGES.txt
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/CHANGES.txt?rev=1291487&r1=1291486&r2=1291487&view=diff
==============================================================================
--- whirr/branches/branch-0.7/CHANGES.txt (original)
+++ whirr/branches/branch-0.7/CHANGES.txt Mon Feb 20 22:13:17 2012
@@ -9,6 +9,8 @@ Release 0.7.1
 
     WHIRR-439. Make proxy files executable (Marco Didonna via asavu)
 
+    WHIRR-498. Update the list of known limitations (asavu)
+
   BUG FIXES
 
     WHIRR-502. configure_cdh_hadoop.sh: syntax error trying to 

Modified: whirr/branches/branch-0.7/src/site/xdoc/known-limitations.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/src/site/xdoc/known-limitations.xml?rev=1291487&r1=1291486&r2=1291487&view=diff
==============================================================================
--- whirr/branches/branch-0.7/src/site/xdoc/known-limitations.xml (original)
+++ whirr/branches/branch-0.7/src/site/xdoc/known-limitations.xml Mon Feb 20 22:13:17 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>