Hi Anastasis, I thought maybe there'd be a way to avoid all the setup for Vertices we're not interested in.
Thanks Anyway On Fri, Feb 28, 2014 at 6:23 PM, Anastasis Andronidis < [email protected]> wrote: > Hi Arian, > > you can do by putting an if statement in you compute() method that checks > the vertex ID or vertex name, and let only the specific vertex to run the > code. > > Kindly, > Anastasis > > On 28 Φεβ 2014, at 3:45 μ.μ., Arian Azin <[email protected]> wrote: > > > Hi, > > > > How can I run a Hama graph job (the compute() method) only for a specific > > Vertex, not the whole graph? > > > > Thanks > >
