You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@giraph.apache.org by Yi Lu <lu...@gmail.com> on 2013/12/09 11:01:03 UTC

Which partition scheme is used by default in giraph 1.0?

Hi,

I have a question on load balance in giraph. How does giraph to load data
if only VertexInputFormat is used? By hash on vertex id, or range based?

Thank you.

-Yi

Re: Which partition scheme is used by default in giraph 1.0?

Posted by Sebastian Schelter <ss...@apache.org>.
By hash on vertex id.

On 09.12.2013 11:01, Yi Lu wrote:
> Hi,
> 
> I have a question on load balance in giraph. How does giraph to load data
> if only VertexInputFormat is used? By hash on vertex id, or range based?
> 
> Thank you.
> 
> -Yi
>