RTUComputer ScienceYr 2023 · Sem 82023

Q5Big Data Analytics

Question

2 marks

State the purpose of GraphX.

Answer

GraphX is Apache Spark's API for graphs and graph-parallel computation.

It extends the Spark RDD by introducing a new Graph abstraction: a directed multigraph with properties attached to each vertex and edge. It is used for implementing graph algorithms like PageRank, connected components, and triangle counting efficiently.

Back to Paper