You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2012/03/09 07:31:25 UTC

svn commit: r1298712 - in /incubator/hama/trunk/src/site/xdoc: hama_bsp_tutorial.xml hama_on_clouds.xml

Author: edwardyoon
Date: Fri Mar  9 06:31:24 2012
New Revision: 1298712

URL: http://svn.apache.org/viewvc?rev=1298712&view=rev
Log:
Fix typos.

Modified:
    incubator/hama/trunk/src/site/xdoc/hama_bsp_tutorial.xml
    incubator/hama/trunk/src/site/xdoc/hama_on_clouds.xml

Modified: incubator/hama/trunk/src/site/xdoc/hama_bsp_tutorial.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/site/xdoc/hama_bsp_tutorial.xml?rev=1298712&r1=1298711&r2=1298712&view=diff
==============================================================================
--- incubator/hama/trunk/src/site/xdoc/hama_bsp_tutorial.xml (original)
+++ incubator/hama/trunk/src/site/xdoc/hama_bsp_tutorial.xml Fri Mar  9 06:31:24 2012
@@ -130,8 +130,8 @@ xsi:schemaLocation="http://maven.apache.
 <tr><td>getCurrentMessage()</td><td>Returns a received message.</td></tr>
 <tr><td>getNumCurrentMessages()</td><td>Returns the number of received messages.</td></tr>
 <tr><td>sync()</td><td>Barrier synchronization.</td></tr>
-<tr><td>getPeerName()</td><td>Returns a peer’s hostname.</td></tr>
-<tr><td>getAllPeerNames()</td><td>Returns all peer’s hostname.</td></tr>
+<tr><td>getPeerName()</td><td>Returns a peer's hostname.</td></tr>
+<tr><td>getAllPeerNames()</td><td>Returns all peer's hostname.</td></tr>
 <tr><td>getSuperstepCount()</td><td>Returns the count of supersteps</td></tr>
 </table>
 

Modified: incubator/hama/trunk/src/site/xdoc/hama_on_clouds.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/site/xdoc/hama_on_clouds.xml?rev=1298712&r1=1298711&r2=1298712&view=diff
==============================================================================
--- incubator/hama/trunk/src/site/xdoc/hama_on_clouds.xml (original)
+++ incubator/hama/trunk/src/site/xdoc/hama_on_clouds.xml Fri Mar  9 06:31:24 2012
@@ -35,7 +35,7 @@ xsi:schemaLocation="http://maven.apache.
   % export AWS_SECRET_ACCESS_KEY=YOUR_SECKEY
   % ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa_whirr
 
-  % bin/whirr launch-cluster --config recipes/hama-ec2.properties --private -key-file ~/.ssh/id_rsa_whirr</pre>
+  % bin/whirr launch-cluster --config recipes/hama-ec2.properties --private-key-file ~/.ssh/id_rsa_whirr</pre>
     </p>
     <subsection name="Execute Hama Examples"></subsection>
     <pre class="green">