[GitHub] spark pull request #14998: [SPARK-11496][GRAPHX] Parallel implementation of ...

2016-09-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14998 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] spark pull request #14998: [SPARK-11496][GRAPHX] Parallel implementation of ...

2016-09-09 Thread moustaki
Github user moustaki commented on a diff in the pull request: https://github.com/apache/spark/pull/14998#discussion_r78261961 --- Diff: graphx/src/main/scala/org/apache/spark/graphx/lib/PageRank.scala --- @@ -163,6 +166,85 @@ object PageRank extends Logging { }

[GitHub] spark pull request #14998: [SPARK-11496][GRAPHX] Parallel implementation of ...

2016-09-08 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/14998#discussion_r78090880 --- Diff: graphx/src/main/scala/org/apache/spark/graphx/lib/PageRank.scala --- @@ -163,6 +166,85 @@ object PageRank extends Logging { } /*

[GitHub] spark pull request #14998: [SPARK-11496][GRAPHX] Parallel implementation of ...

2016-09-08 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/14998#discussion_r78090050 --- Diff: graphx/src/main/scala/org/apache/spark/graphx/lib/PageRank.scala --- @@ -163,6 +166,85 @@ object PageRank extends Logging { } /*

[GitHub] spark pull request #14998: [SPARK-11496][GRAPHX] Parallel implementation of ...

2016-09-08 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/14998#discussion_r78089652 --- Diff: graphx/src/main/scala/org/apache/spark/graphx/lib/PageRank.scala --- @@ -163,6 +166,85 @@ object PageRank extends Logging { } /*

[GitHub] spark pull request #14998: [SPARK-11496][GRAPHX] Parallel implementation of ...

2016-09-07 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/14998#discussion_r77925377 --- Diff: graphx/src/main/scala/org/apache/spark/graphx/lib/PageRank.scala --- @@ -19,8 +19,11 @@ package org.apache.spark.graphx.lib import scala.

[GitHub] spark pull request #14998: [SPARK-11496][GRAPHX] Parallel implementation of ...

2016-09-07 Thread moustaki
GitHub user moustaki opened a pull request: https://github.com/apache/spark/pull/14998 [SPARK-11496][GRAPHX] Parallel implementation of personalized pagerank (Updated version of [PR-9457](https://github.com/apache/spark/pull/9457), rebased on latest Spark master, and using mllib-loc