[GitHub] spark pull request #20220: Update PageRank.scala

2018-01-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20220 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20220: Update PageRank.scala

2018-01-10 Thread ddna1021
GitHub user ddna1021 opened a pull request: https://github.com/apache/spark/pull/20220 Update PageRank.scala ## What changes were proposed in this pull request? Hi, acording to code below, "if (id == src) (0.0, Double.NegativeInfinity) else (0.0, 0.0)" I think the co