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 2011/04/09 10:22:09 UTC

svn commit: r1090541 - in /incubator/hama/site: author/src/documentation/content/xdocs/docs/r0.2.0/index.xml publish/docs/r0.2.0/index.html publish/docs/r0.2.0/index.pdf

Author: edwardyoon
Date: Sat Apr  9 08:22:09 2011
New Revision: 1090541

URL: http://svn.apache.org/viewvc?rev=1090541&view=rev
Log:
Update website.

Modified:
    incubator/hama/site/author/src/documentation/content/xdocs/docs/r0.2.0/index.xml
    incubator/hama/site/publish/docs/r0.2.0/index.html
    incubator/hama/site/publish/docs/r0.2.0/index.pdf

Modified: incubator/hama/site/author/src/documentation/content/xdocs/docs/r0.2.0/index.xml
URL: http://svn.apache.org/viewvc/incubator/hama/site/author/src/documentation/content/xdocs/docs/r0.2.0/index.xml?rev=1090541&r1=1090540&r2=1090541&view=diff
==============================================================================
--- incubator/hama/site/author/src/documentation/content/xdocs/docs/r0.2.0/index.xml (original)
+++ incubator/hama/site/author/src/documentation/content/xdocs/docs/r0.2.0/index.xml Sat Apr  9 08:22:09 2011
@@ -35,25 +35,30 @@
      <section>
       <title> Getting Started </title>
 
-Hama is a distributed computing framework based on BSP (Bulk Synchronous Parallel) computing techniques for massive scientific computations.
+<p>Hama is a distributed computing framework based on BSP (Bulk Synchronous Parallel) computing techniques for massive scientific computations.</p>
 
-<h3 id="Requirements">Requirements</h3>
+<section>
+<title>Requirements</title>
 <ul>
 <li>hadoop-0.20.x for HDFS</li>
 <li>Sun Java JDK 1.6.x or higher version</li>
 </ul>
+</section>
 
-<h3 id="Startup_script">Startup script</h3>
-The <i>$HAMA_HOME/bin</i> directory contains some script used to start up the Hama daemons.
+<section>
+<title>Startup script</title>
+<p>The <i>$HAMA_HOME/bin</i> directory contains some script used to start up the Hama daemons.</p>
 <ul>
 <li>
 <i>start-bspd.sh</i> - Starts all Hama daemons, the BSPMaster, GroomServers and Zookeeper.
 </li>
 </ul>
+</section>
 
-<h3 id="Configuration_files">Configuration files</h3>
+<section>
+<title>Configuration files</title>
 
-The <i>$HAMA_HOME/conf</i> directory contains some configuration files for Hama. These are:
+<p>The <i>$HAMA_HOME/conf</i> directory contains some configuration files for Hama. These are:</p>
 <ul>
 <li>
 <i>hama-env.sh</i> - This file contains some environment variable settings used by Hama. You can use these to affect some aspects of Hama daemon behavior, 
@@ -71,10 +76,10 @@ This file is empty by default. Settings 
 This file should contain settings that must be respected by all servers and clients in a Hama installation.
 </li>
 </ul>
-<div class="line867">
-</div>
-<h2 id="Setting_up_Hama">Setting up Hama</h2>
-This section describes how to get started by setting up a Hama cluster.
+
+<section>
+<title>Setting up Hama</title>
+<p>This section describes how to get started by setting up a Hama cluster.</p>
 <ul>
 <li>
 <strong>BSPMaster and Zookeeper settings</strong> - Figure out where to run your HDFS namenode and BSPMaster. 
@@ -83,7 +88,7 @@ Set the variable <i>fs.default.name</i> 
 </li>
 </ul>
 
-An example of a hama-site.xml file:
+<p>An example of a hama-site.xml file:</p>
 <pre style="background-color: #f3f5f7; border-bottom-color: rgb(174, 189, 204); border-bottom-style: solid; border-bottom-width: 1pt; border-left-color: rgb(174, 189, 204); border-left-style: solid; border-left-width: 1pt; border-right-color: rgb(174, 189, 204); border-right-style: solid; border-right-width: 1pt; border-top-color: rgb(174, 189, 204); border-top-style: solid; border-top-width: 1pt; font-family: courier, monospace; padding-bottom: 5pt; padding-left: 5pt; padding-right: 5pt; padding-top: 5pt; white-space: pre-wrap; word-wrap: break-word;">
 &lt;!--?xml version="1.0"?--&gt;
 &lt;!--?xml-stylesheet type="text/xsl" href="configuration.xsl"?--&gt;
@@ -118,32 +123,38 @@ An example of a hama-site.xml file:
   &lt;/property&gt;
 &lt;/configuration&gt;
 </pre>
+</section>
 
-<h4 id="Starting_a_Hama_cluster">Starting a Hama cluster</h4>
+<section>
+<title>Starting a Hama cluster</title>
 
-Run the command:
+<p>Run the command:</p>
 <pre style="background-color: #f3f5f7; border-bottom-color: rgb(174, 189, 204); border-bottom-style: solid; border-bottom-width: 1pt; border-left-color: rgb(174, 189, 204); border-left-style: solid; border-left-width: 1pt; border-right-color: rgb(174, 189, 204); border-right-style: solid; border-right-width: 1pt; border-top-color: rgb(174, 189, 204); border-top-style: solid; border-top-width: 1pt; font-family: courier, monospace; padding-bottom: 5pt; padding-left: 5pt; padding-right: 5pt; padding-top: 5pt; white-space: pre-wrap; word-wrap: break-word;">
   # $HAMA_HOME/bin/start-bspd.sh
 </pre>
 
-This will startup a BSPMaster, GroomServers and Zookeeper on your machine.
+<p>This will startup a BSPMaster, GroomServers and Zookeeper on your machine.</p>
+</section>
 
-<h4 id="Stopping_a_Hama_cluster">Stopping a Hama cluster</h4>
+<section>
+<title>Stopping a Hama cluster</title>
 
-Run the command:
+<p>Run the command:</p>
 <pre style="background-color: #f3f5f7; border-bottom-color: rgb(174, 189, 204); border-bottom-style: solid; border-bottom-width: 1pt; border-left-color: rgb(174, 189, 204); border-left-style: solid; border-left-width: 1pt; border-right-color: rgb(174, 189, 204); border-right-style: solid; border-right-width: 1pt; border-top-color: rgb(174, 189, 204); border-top-style: solid; border-top-width: 1pt; font-family: courier, monospace; padding-bottom: 5pt; padding-left: 5pt; padding-right: 5pt; padding-top: 5pt; white-space: pre-wrap; word-wrap: break-word;">
   # $HAMA_HOME/bin/stop-bspd.sh
 </pre>
 
-to stop all the daemons running on your cluster.
-
-
-<h3 id="Run_the_BSP_Examples">Run the BSP Examples</h3>
-Run the command:
+<p>to stop all the daemons running on your cluster.</p>
+</section>
+</section>
+
+<section>
+<title>Run the BSP Examples</title>
+<p>Run the command:</p>
 <pre style="background-color: #f3f5f7; border-bottom-color: rgb(174, 189, 204); border-bottom-style: solid; border-bottom-width: 1pt; border-left-color: rgb(174, 189, 204); border-left-style: solid; border-left-width: 1pt; border-right-color: rgb(174, 189, 204); border-right-style: solid; border-right-width: 1pt; border-top-color: rgb(174, 189, 204); border-top-style: solid; border-top-width: 1pt; font-family: courier, monospace; padding-bottom: 5pt; padding-left: 5pt; padding-right: 5pt; padding-top: 5pt; white-space: pre-wrap; word-wrap: break-word;">
   # $HAMA_HOME/bin/hama jar hama-0.2.0-examples.jar pi or test
 </pre>
-
+</section>
     </section>
     
   </body>

Modified: incubator/hama/site/publish/docs/r0.2.0/index.html
URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/docs/r0.2.0/index.html?rev=1090541&r1=1090540&r2=1090541&view=diff
==============================================================================
--- incubator/hama/site/publish/docs/r0.2.0/index.html (original)
+++ incubator/hama/site/publish/docs/r0.2.0/index.html Sat Apr  9 08:22:09 2011
@@ -178,6 +178,31 @@ document.write("Last Published: " + docu
 </li>
 <li>
 <a href="#Getting+Started"> Getting Started </a>
+<ul class="minitoc">
+<li>
+<a href="#Requirements">Requirements</a>
+</li>
+<li>
+<a href="#Startup+script">Startup script</a>
+</li>
+<li>
+<a href="#Configuration+files">Configuration files</a>
+<ul class="minitoc">
+<li>
+<a href="#Setting+up+Hama">Setting up Hama</a>
+</li>
+<li>
+<a href="#Starting+a+Hama+cluster">Starting a Hama cluster</a>
+</li>
+<li>
+<a href="#Stopping+a+Hama+cluster">Stopping a Hama cluster</a>
+</li>
+</ul>
+</li>
+<li>
+<a href="#Run+the+BSP+Examples">Run the BSP Examples</a>
+</li>
+</ul>
 </li>
 </ul>
 </div>
@@ -198,8 +223,9 @@ document.write("Last Published: " + docu
 <a name="Getting+Started"></a>
 <h2 class="h3"> Getting Started </h2>
 <div class="section">
-<a name="Requirements"></a>
-<h3 id="Requirements">Requirements</h3>
+<p>Hama is a distributed computing framework based on BSP (Bulk Synchronous Parallel) computing techniques for massive scientific computations.</p>
+<a name="N10027"></a><a name="Requirements"></a>
+<h3 class="h4">Requirements</h3>
 <ul>
 
 <li>hadoop-0.20.x for HDFS</li>
@@ -207,9 +233,9 @@ document.write("Last Published: " + docu
 <li>Sun Java JDK 1.6.x or higher version</li>
 
 </ul>
-<a name="Startup_script"></a>
-<h3 id="Startup_script">Startup script</h3>
-<i>$HAMA_HOME/bin</i>
+<a name="N10037"></a><a name="Startup+script"></a>
+<h3 class="h4">Startup script</h3>
+<p>The <i>$HAMA_HOME/bin</i> directory contains some script used to start up the Hama daemons.</p>
 <ul>
 
 <li>
@@ -218,9 +244,9 @@ document.write("Last Published: " + docu
 </li>
 
 </ul>
-<a name="Configuration_files"></a>
-<h3 id="Configuration_files">Configuration files</h3>
-<i>$HAMA_HOME/conf</i>
+<a name="N1004D"></a><a name="Configuration+files"></a>
+<h3 class="h4">Configuration files</h3>
+<p>The <i>$HAMA_HOME/conf</i> directory contains some configuration files for Hama. These are:</p>
 <ul>
 
 <li>
@@ -247,11 +273,9 @@ This file should contain settings that m
 </li>
 
 </ul>
-<div class="line867">
-
-</div>
-<a name="Setting_up_Hama"></a>
-<h2 id="Setting_up_Hama">Setting up Hama</h2>
+<a name="N10077"></a><a name="Setting+up+Hama"></a>
+<h4>Setting up Hama</h4>
+<p>This section describes how to get started by setting up a Hama cluster.</p>
 <ul>
 
 <li>
@@ -262,6 +286,7 @@ Set the variable <i>fs.default.name</i> 
 </li>
 
 </ul>
+<p>An example of a hama-site.xml file:</p>
 <pre style="background-color: #f3f5f7; border-bottom-color: rgb(174, 189, 204); border-bottom-style: solid; border-bottom-width: 1pt; border-left-color: rgb(174, 189, 204); border-left-style: solid; border-left-width: 1pt; border-right-color: rgb(174, 189, 204); border-right-style: solid; border-right-width: 1pt; border-top-color: rgb(174, 189, 204); border-top-style: solid; border-top-width: 1pt; font-family: courier, monospace; padding-bottom: 5pt; padding-left: 5pt; padding-right: 5pt; padding-top: 5pt; white-space: pre-wrap; word-wrap: break-word;">
 &lt;!--?xml version="1.0"?--&gt;
 &lt;!--?xml-stylesheet type="text/xsl" href="configuration.xsl"?--&gt;
@@ -296,18 +321,23 @@ Set the variable <i>fs.default.name</i> 
   &lt;/property&gt;
 &lt;/configuration&gt;
 </pre>
-<a name="Starting_a_Hama_cluster"></a>
-<h4 id="Starting_a_Hama_cluster">Starting a Hama cluster</h4>
+<a name="N10097"></a><a name="Starting+a+Hama+cluster"></a>
+<h4>Starting a Hama cluster</h4>
+<p>Run the command:</p>
 <pre style="background-color: #f3f5f7; border-bottom-color: rgb(174, 189, 204); border-bottom-style: solid; border-bottom-width: 1pt; border-left-color: rgb(174, 189, 204); border-left-style: solid; border-left-width: 1pt; border-right-color: rgb(174, 189, 204); border-right-style: solid; border-right-width: 1pt; border-top-color: rgb(174, 189, 204); border-top-style: solid; border-top-width: 1pt; font-family: courier, monospace; padding-bottom: 5pt; padding-left: 5pt; padding-right: 5pt; padding-top: 5pt; white-space: pre-wrap; word-wrap: break-word;">
   # $HAMA_HOME/bin/start-bspd.sh
 </pre>
-<a name="Stopping_a_Hama_cluster"></a>
-<h4 id="Stopping_a_Hama_cluster">Stopping a Hama cluster</h4>
+<p>This will startup a BSPMaster, GroomServers and Zookeeper on your machine.</p>
+<a name="N100A8"></a><a name="Stopping+a+Hama+cluster"></a>
+<h4>Stopping a Hama cluster</h4>
+<p>Run the command:</p>
 <pre style="background-color: #f3f5f7; border-bottom-color: rgb(174, 189, 204); border-bottom-style: solid; border-bottom-width: 1pt; border-left-color: rgb(174, 189, 204); border-left-style: solid; border-left-width: 1pt; border-right-color: rgb(174, 189, 204); border-right-style: solid; border-right-width: 1pt; border-top-color: rgb(174, 189, 204); border-top-style: solid; border-top-width: 1pt; font-family: courier, monospace; padding-bottom: 5pt; padding-left: 5pt; padding-right: 5pt; padding-top: 5pt; white-space: pre-wrap; word-wrap: break-word;">
   # $HAMA_HOME/bin/stop-bspd.sh
 </pre>
-<a name="Run_the_BSP_Examples"></a>
-<h3 id="Run_the_BSP_Examples">Run the BSP Examples</h3>
+<p>to stop all the daemons running on your cluster.</p>
+<a name="N100BA"></a><a name="Run+the+BSP+Examples"></a>
+<h3 class="h4">Run the BSP Examples</h3>
+<p>Run the command:</p>
 <pre style="background-color: #f3f5f7; border-bottom-color: rgb(174, 189, 204); border-bottom-style: solid; border-bottom-width: 1pt; border-left-color: rgb(174, 189, 204); border-left-style: solid; border-left-width: 1pt; border-right-color: rgb(174, 189, 204); border-right-style: solid; border-right-width: 1pt; border-top-color: rgb(174, 189, 204); border-top-style: solid; border-top-width: 1pt; font-family: courier, monospace; padding-bottom: 5pt; padding-left: 5pt; padding-right: 5pt; padding-top: 5pt; white-space: pre-wrap; word-wrap: break-word;">
   # $HAMA_HOME/bin/hama jar hama-0.2.0-examples.jar pi or test
 </pre>

Modified: incubator/hama/site/publish/docs/r0.2.0/index.pdf
URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/docs/r0.2.0/index.pdf?rev=1090541&r1=1090540&r2=1090541&view=diff
==============================================================================
Files incubator/hama/site/publish/docs/r0.2.0/index.pdf (original) and incubator/hama/site/publish/docs/r0.2.0/index.pdf Sat Apr  9 08:22:09 2011 differ