You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by chen peng <ch...@126.com> on 2012/11/16 15:03:13 UTC

pageRank experiment

hello,
     I have some question about the pageRank in hama.when doing the pageRank experiment,is the data loaded into the memory one time?

Re: pageRank experiment

Posted by Thomas Jungblut <th...@gmail.com>.
yes it is. If you are using multi step partitioning (if you're using TRUNK
version or a RC of 0.6.0) the input will be read in small batches and
partitioned across the cluster.

2012/11/16 chen peng <ch...@126.com>

> hello,
>      I have some question about the pageRank in hama.when doing the
> pageRank experiment,is the data loaded into the memory one time?