Hi,
Using giraph, I am taking input in the format
TextDoubleDoubleAdjacencyListVertexInputFormat and I want my Vertex to
be of type Vertex<Text,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 cast it??
or what should I do to make them compatible?

Regards,
Akshay

Reply via email to