Hi all, There are InMemory input and output format for giraph. These could be useful when a specific computation should be executed until convergence and then another computation is needed. Instead of writing intermediate results to HDFS and read it again, InMemoryVertex format sounds very convenient. However, I could not figure out how to use it in a proper Computation or GiraphBenchmark class.
I appreciate if any one can share his/her experience using this format. *Link to the InMemoryVertexOutputFormat class :* https://giraph.apache.org/apidocs/org/apache/giraph/io/formats/InMemoryVertexOutputFormat.html#InMemoryVertexOutputFormat() -- Thanks, -Khaled
