Repository: spark
Updated Branches:
  refs/heads/master a41b9c600 -> 7a0da4770


[HOTFIX] Build break due to https://github.com/apache/spark/pull/5128


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/7a0da477
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/7a0da477
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/7a0da477

Branch: refs/heads/master
Commit: 7a0da47708b0e6b117b5c1a35aa3e93b8a914d5f
Parents: a41b9c6
Author: Reynold Xin <r...@databricks.com>
Authored: Sun Mar 22 12:08:15 2015 -0700
Committer: Reynold Xin <r...@databricks.com>
Committed: Sun Mar 22 12:08:15 2015 -0700

----------------------------------------------------------------------
 graphx/src/main/scala/org/apache/spark/graphx/lib/PageRank.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/7a0da477/graphx/src/main/scala/org/apache/spark/graphx/lib/PageRank.scala
----------------------------------------------------------------------
diff --git a/graphx/src/main/scala/org/apache/spark/graphx/lib/PageRank.scala 
b/graphx/src/main/scala/org/apache/spark/graphx/lib/PageRank.scala
index ca3b513..570440b 100644
--- a/graphx/src/main/scala/org/apache/spark/graphx/lib/PageRank.scala
+++ b/graphx/src/main/scala/org/apache/spark/graphx/lib/PageRank.scala
@@ -25,8 +25,8 @@ import org.apache.spark.graphx._
 /**
  * PageRank algorithm implementation. There are two implementations of 
PageRank implemented.
  *
- * The first implementation uses the standalone [[Graph]] interface and runs 
PageRank for a fixed number
- * of iterations:
+ * The first implementation uses the standalone [[Graph]] interface and runs 
PageRank
+ * for a fixed number of iterations:
  * {{{
  * var PR = Array.fill(n)( 1.0 )
  * val oldPR = Array.fill(n)( 1.0 )


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to