Author: edwardyoon
Date: Fri Mar 7 01:59:25 2014
New Revision: 1575123
URL: http://svn.apache.org/r1575123
Log:
update website
Modified:
hama/site/trunk/hama_graph_tutorial.html
Modified: hama/site/trunk/hama_graph_tutorial.html
URL:
http://svn.apache.org/viewvc/hama/site/trunk/hama_graph_tutorial.html?rev=1575123&r1=1575122&r2=1575123&view=diff
==============================================================================
--- hama/site/trunk/hama_graph_tutorial.html (original)
+++ hama/site/trunk/hama_graph_tutorial.html Fri Mar 7 01:59:25 2014
@@ -246,7 +246,7 @@
<p>The user overrides the Compute() method, which will be executed at each
active vertex in every superstep. Predefined Vertex methods allow Compute() to
query information about the current vertex and its edges, and to send messages
to other vertices. Compute() can inspect the value associated with its vertex
via GetValue().</p>
<div class="section"><h3>Vertex Reader and Writer<a
name="Vertex_Reader_and_Writer"></a></h3></div>
- <p>Hama Graph provides very flexible input and output options, allows
allows to extract Vertex from your data without any pre-processing. You can
create your own VertexReader for your data format by exending
org.apache.hama.graph.<b>VertexInputReader</b> class.
+ <p>Hama Graph provides very flexible input and output options, and allows
to extract Vertex from your data without any pre-processing. You can create
your own VertexReader for your data format by exending
org.apache.hama.graph.<b>VertexInputReader</b> class.
For example, an sequence file contains a linked list of Vertex, can be
parse as following:
</p>