Skip to content

Commit 05a018b

Browse files
committed
Fix PageRank implementation's package reference
1 parent 5c2bf54 commit 05a018b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/scala/org/apache/spark/examples/SparkPageRank.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object SparkPageRank {
3737
def showWarning() {
3838
System.err.println(
3939
"""WARN: This is a naive implementation of PageRank and is given as an example!
40-
|Please use the PageRank implementation found in org.apache.spark.mllib.classification
40+
|Please use the PageRank implementation found in org.apache.spark.graphx.lib.PageRank
4141
|for more conventional use.
4242
""".stripMargin)
4343
}

0 commit comments

Comments
 (0)