Finding Connected Components using Hadoop/MapReduce

后端 未结 4 1238
误落风尘
误落风尘 2021-02-06 06:11

I need to find connected components for a huge dataset. (Graph being Undirected)

One obvious choice is MapReduce. But i\'m a newbie to MapReduce and am quiet short of ti

4条回答
  •  一向
    一向 (楼主)
    2021-02-06 06:38

    It is a little old question but here is something you want to checkout. We implemented connected component using map-reduce on Spark platform.

    https://github.com/kwartile/connected-component

提交回复
热议问题