RE: MultiVertexInputFormat

2013-08-16 Thread Yasser Altowim
Thanks a lot Avery for your response. I am now using VertexInputFormatDescription, but still could not figure out how to set the Vertex input path. I just need to read the vertex values from two different files, each with its own format. I am not using any EdgeInputFormatClass. Can yo

Re: MultiVertexInputFormat

2013-08-16 Thread Avery Ching
This is doable in Giraph, you can use as many vertex or edge input formats as you like (via GIRAPH-639). You just need to choose MultiVertexInputFormat and/or MultiEdgeInputFromat See VertexInputFormatDescription for vertex input formats /** * VertexInputFormats description - JSON array

RE: MultiVertexInputFormat

2013-08-16 Thread Yasser Altowim
Guys, any help with this will be appreciated. Thanks. From: Yasser Altowim [mailto:yasser.alto...@ericsson.com] Sent: Thursday, August 15, 2013 2:07 PM To: user@giraph.apache.org Subject: MultiVertexInputFormat Hi, I am implementing an algorithm using Giraph. My algorithm needs to