Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 590 Bytes

File metadata and controls

27 lines (18 loc) · 590 Bytes

Large-Scale Graphs Community Detection using Spark GraphFrames

Article:

Elena-Simona Apostol, Adrian-Cosmin Cojocaru and Ciprian-Octavian Truică. Large-Scale Graphs Community Detection using Spark GraphFrames, The 23rd International Symposium on Parallel and Distributed Computing (ISPDC), July 2024.

Prerequisites

  • Apache Spark Environment
  • Python

Code

Packages needed:

  • graphframes
  • pyspark.sql
  • itertools
  • networkx
  • pandas
  • time
  • heapq

Utilization

The dataset for testing authors_graph.csv

Run: python3.7 communitydetection_graphframes.py.py