Hi, Thank you for the quick reply Lukas. I looked up aggregators at org.apache.giraph.aggregators package but I am unable to find any aggregator for graphs in that package. Can you tell me which implementation of persistent aggregator I need to use or do I need to implement a custom aggregator??
Regards Akshay On Wed, Apr 2, 2014 at 5:45 PM, Lukas Nalezenec <[email protected]> wrote: > Hi, > I would try to load the query graph in custom MasterComputation and > distribute it to computations/workers using persistent aggregator. > > Regards > Lukas > > > > On 2.4.2014 14:01, Akshay Trivedi wrote: >> >> Hi, >> I want to solve sub-graph isomorphism through giraph so I need to >> input two graphs-Data Graph(having million of nodes) and Query >> Graph(having few nodes). Can anyone help me on how to take the data >> graph and query graph as input(Both are saved two different files in >> JsonLongDoubleFloatDouble format)?? Also how will I access the query >> graph in giraph once it is inputed?? >> >> Thanks in advance... >> With Regards >> Akshay > >
