You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@giraph.apache.org by "G.W." <gw...@gmail.com> on 2015/06/23 07:19:38 UTC

Capture bad edges in Giraph

Hi,

Is there a way to capture bad edges in Giraph?

Let me explain. I load vertices and edges separately (vip/eip). Am I able
to know, when an edge is instantiated, that either of the vertex IDs did
not exist in the vertex input file?

Thanks!