Re: Difference in Input format and Vertex type

2014-04-19 Thread Lukas Nalezenec
Hi, You have to customize the input format. Regards, Lukas On 19.4.2014 07:36, Akshay Trivedi wrote: Hi, Using giraph, I am taking input in the format TextDoubleDoubleAdjacencyListVertexInputFormat and I want my Vertex to be of type VertexText,Text,DoubleWritable,Text i.e vertex value in

Difference in Input format and Vertex type

2014-04-18 Thread Akshay Trivedi
Hi, Using giraph, I am taking input in the format TextDoubleDoubleAdjacencyListVertexInputFormat and I want my Vertex to be of type VertexText,Text,DoubleWritable,Text i.e vertex value in input is in DoubleWritable and in program it is of type Text. Can this be done in giraph i.e will giraph type