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

Reply via email to