+1 vote
in Spark Sql by
What is GraphX in Spark?

1 Answer

0 votes
by

GraphX is a distributed graph-processing framework built top of Spark. It provides different APIs for expressing graph computation.

...