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
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