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 2011/08/20 19:24:42 UTC

svn commit: r1159891 - /incubator/whirr/branches/branch-0.6/src/site/xdoc/index.xml

Author: asavu
Date: Sat Aug 20 17:24:42 2011
New Revision: 1159891

URL: http://svn.apache.org/viewvc?rev=1159891&view=rev
Log:
WHIRR-359. Document known limitations for Whirr 0.6.0 (Adrian Cole and asavu)

Modified:
    incubator/whirr/branches/branch-0.6/src/site/xdoc/index.xml

Modified: incubator/whirr/branches/branch-0.6/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.6/src/site/xdoc/index.xml?rev=1159891&r1=1159890&r2=1159891&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.6/src/site/xdoc/index.xml (original)
+++ incubator/whirr/branches/branch-0.6/src/site/xdoc/index.xml Sat Aug 20 17:24:42 2011
@@ -127,9 +127,9 @@ 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.
 
     <ul>
-      <li>When using BlobCache on regions besides us-east-1 inside Amazon AWS, server errors occur during upload. <a href="http://code.google.com/p/jclouds/issues/detail?id=656">JCLOUDS-656</a> See <a href="https://issues.apache.org/jira/browse/WHIRR-349#comment-13084590">WHIRR-349</a> for a configuration workaround.</li> 
       <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 "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>
     
     <subsection name="History"></subsection>