Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support custom Pregel apps other than PageRank #1177

Closed
wynot12 opened this issue Jun 10, 2017 · 0 comments · Fixed by #1220
Closed

Support custom Pregel apps other than PageRank #1177

wynot12 opened this issue Jun 10, 2017 · 0 comments · Fixed by #1220
Labels

Comments

@wynot12
Copy link
Contributor

wynot12 commented Jun 10, 2017

Our initial version of Pregel (#1170) only supports Pagerank app.
We need to extend it to support other apps.
Specifically, we need following things.

  • Support other implementations of Computation, which we currently have only PageRankComputation
  • Support other type of vertex and msg values, which we currently supports only Double
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants