[GitHub] spark pull request #22780: [DOC][MINOR] Fix minor error in the code of graph...

2018-10-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/22780 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #22780: [DOC][MINOR] Fix minor error in the code of graph...

2018-10-20 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/22780#discussion_r226819099 --- Diff: docs/graphx-programming-guide.md --- @@ -726,7 +726,7 @@ class GraphOps[VD, ED] { var g = mapVertices( (vid, vdata) => vprog(vid,

[GitHub] spark pull request #22780: [DOC][MINOR] Fix minor error in the code of graph...

2018-10-19 Thread WeichenXu123
GitHub user WeichenXu123 opened a pull request: https://github.com/apache/spark/pull/22780 [DOC][MINOR] Fix minor error in the code of graphx guide ## What changes were proposed in this pull request? Fix minor error in the code "sketch of pregel implementation" of GraphX