You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@giraph.apache.org by Jyoti Yadav <ra...@gmail.com> on 2014/03/27 05:59:29 UTC

About edge weight update

Hi Giraphers..

Suppose in single source shortest path sample example data  given below,


[1,0[[2,*10*],[3,*20*]]]

In Giraph, can we udate the edge weight *10* and *20* during our compute
function??

Seeking your ideas..

Thanks

Regards

Jyoti