[GitHub] madlib pull request #294: Pagerank: Remove duplicate entries from grouping o...

2018-07-17 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/madlib/pull/294


---


[GitHub] madlib pull request #294: Pagerank: Remove duplicate entries from grouping o...

2018-07-16 Thread njayaram2
GitHub user njayaram2 opened a pull request:

https://github.com/apache/madlib/pull/294

Pagerank: Remove duplicate entries from grouping output

JIRA: MADLIB-1229
JIRA: MADLIB-1253

Fixes the missing output for complete graphs bug as well.

Co-authored-by: Nandish Jayaram 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/madlib/madlib bug/pagerank-dup

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/madlib/pull/294.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #294


commit 1b55acac9d5550e0a74fa46ec0ab4842d089ac1c
Author: Orhan Kislal 
Date:   2018-07-14T00:09:11Z

Pagerank: Remove duplicate entries from grouping output

JIRA: MADLIB-1229
JIRA: MADLIB-1253

Fixes the missing output for complete graphs bug as well.

Co-authored-by: Nandish Jayaram 




---