Skip to content

Commit

Permalink
[HOTFIX] Build break due to apache#5128
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Mar 22, 2015
1 parent a41b9c6 commit 7a0da47
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 7a0da47

Please sign in to comment.