You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@giraph.apache.org by Krishna Janakiraman <jk...@gmail.com> on 2012/07/31 21:05:13 UTC

Handling error cases while reading input graph

Hi,

I would like to know the recommended way to handle cases where it may not
be possible to create a vertex from the input data (an adjacency list)
returning null from VertexInputFormat's getVertex method does not seem to
be working.

Is there a recommended way to handle this ?

thanks,
Krishna