You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Kenny Bastani <ke...@gmail.com> on 2015/03/30 05:29:09 UTC

Pregel API Abstraction for GraphX

Hi all,

 I have been working hard to make it easier for developers to make
community contributions to the Spark GraphX algorithm library. At the core
of this I found that the Pregel API is a difficult concept to understand
and I think I can help make it better.

 Can you please review
https://gist.github.com/kbastani/40a3fdf0b7bf5ee18d76,
<https://gist.github.com/kbastani/40a3fdf0b7bf5ee18d76> and let me know
what you think? I am working on a few algorithms using this Pregel API
abstraction, I hope to very soon have a scalable betweeness centrality
algorithm working on this model.

 Thanks!

 Kenny Bastani
http://www.twitter.com/kennybastani
http://www.github.com/kennybastani

 p.s. Thanks Paco for the push