Hello Ankur, For my implementation to work the vprog function which is responsible for handling in coming messages and the sendMsg function should be aware of which super step they are in. Is it possible to pass super step information in this methods? Can u through some light on how to approach this.
Regards Arun On Fri, Jul 25, 2014 at 3:04 PM, Arun Kumar <toga...@gmail.com> wrote: > Hi > > Thanks for the quick response.I am new to scala and some help will be > required > > Regards > -Arun > > > On Fri, Jul 25, 2014 at 10:37 AM, Ankur Dave <ankurd...@gmail.com> wrote: > >> On Thu, Jul 24, 2014 at 9:52 AM, Arun Kumar <toga...@gmail.com> wrote: >> >>> While using pregel API for Iterations how to figure out which super >>> step the iteration currently in. >> >> >> The Pregel API doesn't currently expose this, but it's very >> straightforward to modify Pregel.scala >> <https://github.com/apache/spark/blob/master/graphx/src/main/scala/org/apache/spark/graphx/Pregel.scala#L112> >> to do so. Let me know if you'd like help doing this. >> >> Ankur <http://www.ankurdave.com/> >> > >