You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@giraph.apache.org by "Schweiger, Tom" <th...@ebay.com> on 2014/06/18 01:27:27 UTC

Setting vertex data in an EdgeInputFormat

My graph uses vertex values which I would like to be able to set when I create an edge.  I know how to set the vertex values when reading from a VertexInputFormat, but for reasons best left out of this discussion I need to be able to set them when creating edges using a custom EdgeInputFormat and EdgeReader.   I have a VertexValueCombiner that ensures the proper behavior.

Is it possible to assign vertex values when I create an edge in an EdgeReader?