-
- Downloads
[SPARK-6455] [docs] Correct some mistakes and typos
Correct some typos. Correct a mistake in lib/PageRank.scala. The first PageRank implementation uses standalone Graph interface, but the second uses Pregel interface. It may mislead the code viewers. Author: Hangchen Yu <yuhc@gitcafe.com> Closes #5128 from yuhc/master and squashes the following commits: 53e5432 [Hangchen Yu] Merge branch 'master' of https://github.com/yuhc/spark 67b77b5 [Hangchen Yu] [SPARK-6455] [docs] Correct some mistakes and typos 206f2dc [Hangchen Yu] Correct some mistakes and typos.
Showing
- graphx/src/main/scala/org/apache/spark/graphx/GraphOps.scala 2 additions, 2 deletionsgraphx/src/main/scala/org/apache/spark/graphx/GraphOps.scala
- graphx/src/main/scala/org/apache/spark/graphx/Pregel.scala 2 additions, 2 deletionsgraphx/src/main/scala/org/apache/spark/graphx/Pregel.scala
- graphx/src/main/scala/org/apache/spark/graphx/lib/PageRank.scala 2 additions, 2 deletions...src/main/scala/org/apache/spark/graphx/lib/PageRank.scala
Please register or sign in to comment