Re: Multiple node types in Giraph and doing a selective M/R over one of them

2013-01-29 Thread David Koch
28, 2013 at 7:09 AM, Claudio Martella < >> claudio.marte...@gmail.com> wrote: >> >>> Giraph does not support multipartite graph in a natural way. But you can >>> try to model your different sets through the vertexvalue. You can then >>> propagate it (by com

Multiple node types in Giraph and doing a selective M/R over one of them

2013-01-28 Thread David Koch
Hello, In Giraph is it possible to have different node types in a graph and have a Map/Reduce only iterate over nodes of this type and their direct successors? If it sounds a bit cryptic here is something more about our use-case: We have different HBase tables which we want to "pseudo-join" in Ma