Title :
An Efficient Map-Reduce Algorithm for the Incremental Computation of All-Pairs Shortest Paths in Social Networks
Author :
Khopkar, S.S. ; Nagi, Rakesh ; Nikolaev, A.G.
Author_Institution :
Dept. of Ind. & Syst. Eng., Univ. at Buffalo, Buffalo, NY, USA
Abstract :
Today\´s social networks are getting larger, and the need to analyze datasets with millions of nodes and billions of edges is not uncommon any more. As a network of social relationships evolves by the addition of new nodes and edges, fast algorithms are desirable for the recomputation of key network measures such as actor centrality. The distributed computing paradigm offers a scalable approach to addressing the recomputation challenge. This paper develops a Map-Reduce implementation of an incremental All-Pairs Shortest Path (APSP) algorithm. The incremental nature of the approach allows for performing minimal work in updating centrality measures, while the Map-Reduce implementation makes it scalable to large data. The key idea of the incremental APSP algorithm [1] is based on the efficient use of past information about the shortest paths between any node and the neighbors of the newly added node. A presented parallelized version of the algorithm relies on a three-step iterative execution of the "map" and "reduce" jobs. Experiences with its implementation are reported in application to a real-world dataset containing 7115 nodes. The experimental runs were performed using the Amazon\´s EMR service.
Keywords :
computational complexity; data analysis; graph theory; iterative methods; social networking (online); APSP algorithm; All-Pairs Shortest Paths; Amazon EMR service; Incremental Computation; Map-Reduce algorithm; Social Network; actor centrality; centrality measure update; dataset analysis; distributed computing; incremental all-pairs shortest path algorithm; network measure; node shortest path; social relationship network; three-step iterative execution; Algorithm design and analysis; Distributed databases; Heuristic algorithms; Measurement; Programming; Social network services; betweenness centrality; incremental update; parallel computing; shortest paths; social networks;
Conference_Titel :
Advances in Social Networks Analysis and Mining (ASONAM), 2012 IEEE/ACM International Conference on
Conference_Location :
Istanbul
Print_ISBN :
978-1-4673-2497-7
DOI :
10.1109/ASONAM.2012.197