Hi Maja Kabiljo ,

Yes It worked.Thanx a lot.

Regards,
Agrta


On Thu, Jan 9, 2014 at 1:50 AM, Maja Kabiljo <majakabi...@fb.com> wrote:

>  Hi Agrta,
>
>  Take a look at IntIntTextVertexValueInputFormat for example, where
> vertex values are ints. If your vertex values are complex objects, you need
> to create a class which implements Writable interface which is going to
> hold all your data, and then extend the input format to read all the data
> you have. Hope this helps, if not please give us some more details about
> what you are trying to do.
>
>  Regards,
> Maja
>
>   From: Agrta Rawat <agrta.ra...@gmail.com>
> Reply-To: "user@giraph.apache.org" <user@giraph.apache.org>
> Date: Wednesday, January 1, 2014 3:53 AM
> To: "user@giraph.apache.org" <user@giraph.apache.org>
> Subject: A Vertex Holds Other Than Text
>
>      Hi,
>   I am implementing an algorithm in which a Vertex needs to hold its
> values in a class other than Text (as the value of a vertex is a record).
>   I am trying to make use of VertexValueInputFormat but can't reach
> solution.
>   My Giraph version is 1.0.0.
>   Kindly help me in resolving this issue.
>
>  regards,
>
>  Agrta Rawat
>
>

Reply via email to