graphx看到的比较有参考价值的文章:
1. 官方文档中文版:https://endymecy.gitbooks.io/spark-programming-guide-zh-cn/content/quick-start/README.html
2. 快刀初试:Spark GraphX在淘宝的实践:http://www.csdn.net/article/2014-08-07/2821097
3. Graphx:构建graph和聚合消息: https://github.com/shijinkui/spark_study/blob/master/spark_graphx_analyze.markdown
4. 日文graphx教程:http://teppei.hateblo.jp/archive/category/GraphX
5. 社区发现算法FastUnfolding的GraphX实现: http://dataunion.org/3108.html (对应论文:https://sites.google.com/site/findcommunities/)
6. Community Detection 算法:http://blog.csdn.net/itplus/article/details/9286905
7. Apache Spark源码走读之14 -- Graphx实现剖析:http://www.cnblogs.com/hseagle/p/3777494.html
8. GraphX Pregel API: An Example:http://www.cakesolutions.net/teamblogs/graphx-pregel-api-an-example
9. Spark入门实战系列9.Spark GraphX介绍及实例 : http://www.jeepshoe.org/216545194.htm
10. wiki_links 数据集:https://drive.google.com/file/d/0BwrkCxCycBCyTmlWYXp0MmdEakk/edit?usp=sharing
11. graphx求最短路径并记录中间节点:http://blog.csdn.net/wingerliwei/article/details/50059031