Re: question about Pagerank example

2012-07-28 Thread Avery Ching
PageRankBenchmark doesn't have an use an output format.  If you'd like 
to see the output, just add a VertexOutputFormat (that matches the 
types).  You could start with JsonBase64VertexOutputFormat.


i.e. in PageRankBenchmark.java add

job.setVertexOutputFormatClass( JsonBase64VertexOutputFormat.class);


On 7/27/12 5:10 PM, Amir R Abdolrashidi wrote:

Hi everyone,

I am not sure whether this is right question or not but does anyone 
know if we can see the output of PageRankBenchmark example that is 
provided on the tuotial?


Thanks

-Amir




question about Pagerank example

2012-07-27 Thread Amir R Abdolrashidi
Hi everyone,

I am not sure whether this is right question or not but does anyone know if
we can see the output of PageRankBenchmark example that is provided on the
tuotial?

Thanks

-Amir