标签: apache-spark spark-graphx
我需要使用Graphx Pregel API在无向图上运行计算。如果我设置,它会忽略图形的方向性吗? activeDirection = EdgeDirection.Either?
答案 0 :(得分:1)
看起来activeDirection仅用于根据this source确定是否在下一次迭代中运行“sendMsg”
此外,this post似乎表明不支持无向图。
最后,我的实验证实了这些家伙在说什么......