You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@giraph.apache.org by xuhong zhang <xu...@gmail.com> on 2014/09/29 21:01:37 UTC

Graph re-partitioning

Hello,

Will Giraph re-partition the graph each time running a job on this graph?

Is there anyway to directly load the partitioned graph from last job?

Thanks

-- 
Xuhong Zhang

RE: Graph re-partitioning

Posted by Pavan Kumar A <pa...@outlook.com>.
If you are using hashpartitioning, then as long as number of workers is same, partitions will remain unchanged, though they might run on a different worker. 
However, yes graph is always partitioned.
Date: Mon, 29 Sep 2014 15:01:37 -0400
Subject: Graph re-partitioning
From: xuhongnever@gmail.com
To: user@giraph.apache.org

Hello,
Will Giraph re-partition the graph each time running a job on this graph?
Is there anyway to directly load the partitioned graph from last job?
Thanks
-- 
Xuhong Zhang