In util file ,there is not graph_helper!
Opened this issue · 10 comments
sdd1991 commented
In util file ,there is not graph_helper!
sdd1991 commented
GN.py is not run!!!!
RunyuanChen commented
I can't find graph_helper!
zzz24512653 commented
@sdd1991 @RunyuanChen I am so sorry, I forgot to push the graph_helper code.
sdd1991 commented
thanks! It is very useful for me !
RunyuanChen commented
Thanks!
liangwq commented
Graph[VertexData,Double]中 VertexData对应spark2.0是哪个数据结构
zzz24512653 commented
VertexData是自己实现的Scala类 @liangwq
lifinger commented
楼主,我在不到十万的数据上跑fast unfolding算法,但是总在step1 里面的count步骤出错,你有在大数据集上测试通过吗
zzz24512653 commented
不好意思,没有。要不你把数据给我发下,我抽空测一下,改下bug。zzz24512653@163.com @lifinger
litao1105 commented
@zzz24512653 楼主,我试了你的Graphx版本的Louvain实现代码,太费内存了,另外在集群端提交打印不出来 communities.foreach(println) println(),能把结果save到hdfs嘛,另外我这里有大的数据集,你要不要试试?