JoanFM commented on a change in pull request #26523: [SPARK-29877][GRAPHX] 
static PageRank allow checkPoint from previous computations
URL: https://github.com/apache/spark/pull/26523#discussion_r347766964
 
 

 ##########
 File path: graphx/src/main/scala/org/apache/spark/graphx/GraphOps.scala
 ##########
 @@ -420,8 +420,9 @@ class GraphOps[VD: ClassTag, ED: ClassTag](graph: 
Graph[VD, ED]) extends Seriali
    *
    * @see [[org.apache.spark.graphx.lib.PageRank$#run]]
    */
-  def staticPageRank(numIter: Int, resetProb: Double = 0.15): Graph[Double, 
Double] = {
-    PageRank.run(graph, numIter, resetProb)
+  def staticPageRank(numIter: Int, resetProb: Double = 0.15,
 
 Review comment:
   Let me know if the changes now are fine, thank you very much

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to