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 2008/12/02 04:21:08 UTC

svn commit: r722351 - in /incubator/hama/trunk: CHANGES.txt src/docs/src/documentation/content/xdocs/index.xml

Author: edwardyoon
Date: Mon Dec  1 19:21:08 2008
New Revision: 722351

URL: http://svn.apache.org/viewvc?rev=722351&view=rev
Log:
Add getting started page

Modified:
    incubator/hama/trunk/CHANGES.txt
    incubator/hama/trunk/src/docs/src/documentation/content/xdocs/index.xml

Modified: incubator/hama/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/CHANGES.txt?rev=722351&r1=722350&r2=722351&view=diff
==============================================================================
--- incubator/hama/trunk/CHANGES.txt (original)
+++ incubator/hama/trunk/CHANGES.txt Mon Dec  1 19:21:08 2008
@@ -33,6 +33,7 @@
     
   IMPROVEMENTS
     
+    HAMA-118: Add getting started page link (edwardyoon)
     HAMA-117: Move bytesToSubMatrix/subMatrixToBytes method 
                 to submatrix class from BytesUtil (edwardyoon)
     HAMA-114: Remove unwanted code (edwardyoon)
@@ -84,6 +85,7 @@
 
   BUG FIXES
    
+    HAMA-116: ArrayIndexOutOfBoundsException at BlockingMapRed (samuel)
     HAMA-112: DenseMatrix.get(i, j) should returns zero 
                 when entry is null (edwardyoon)
     HAMA-106: SubMatrix should be able to get row, column size (edwardyoon)

Modified: incubator/hama/trunk/src/docs/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/docs/src/documentation/content/xdocs/index.xml?rev=722351&r1=722350&r2=722351&view=diff
==============================================================================
--- incubator/hama/trunk/src/docs/src/documentation/content/xdocs/index.xml (original)
+++ incubator/hama/trunk/src/docs/src/documentation/content/xdocs/index.xml Mon Dec  1 19:21:08 2008
@@ -41,6 +41,7 @@
           <ul>
             <li>Matrix-vector/matrix-matrix multiply</li> 
             <li>Soving linear systems</li>
+            <li><a href="http://wiki.apache.org/hama/GraphAndMatrices">Scientific graphs</a></li>
           </ul>
         </li>
       </ul>
@@ -61,7 +62,13 @@
         </li>
       </ul>
       
-    </section>
+    </section>
+    <section>
+    <title>Getting Started</title>
+    <ul>
+      <li><a href="http://wiki.apache.org/hama/GettingStarted">Getting Started</a> with Hama</li>
+    </ul>
+    </section>    
     <section>
     <title>Recent News</title>
     <ul>