Lan Jiulong
Lan Jiulong
Fixes Issue [#1514](ttps://github.com/JanusGraph/janusgraph/issues/1514) Hi, I used an assumption under [#1514](ttps://github.com/JanusGraph/janusgraph/issues/1514) to fix this issue. Here are the ideas: The current edgeid is composed of `long_encode(relationId) + long_encode(inV) + long_encode(relationtype.longId()) +...
### 问题描述 在跑connected component的时候(输入输出都是hdfs文件, id从0递增),不论是有向图或者是无向图,最后的结果都不是很稳定。 - 不论是有向图还是无向图, 相同的code跑两次,label不一致  - 对于无向图, 总的component数是一致的,每个component所包含的点也是一致的 - 对于有向图,总的component也不是固定的 ### 疑问 - 如何确定label的值的?应该是取最小的id值,因为是多进程,所以是局部最小? - 有向图的component数目为什么不是一致的? 谢谢!