I want to utilize Pregel/ spark-pregel implementation to find the cliques of an un-directed graph using Scala. Any suggestions or algorithms to do that will be highly appreciated.
Asked
Active
Viewed 457 times
4
-
I don't think Pregel is suited to finding cliques. – Daniel Darabos Apr 07 '15 at 14:43
-
did you get any result @mas? I'd like to find cliques on graphx graphs too – Federico Bonelli Oct 19 '15 at 12:50