Is there any API available for implementing graphs in Spark?
Answer Posted / Bhupender Singh Bisht
Yes, Apache Spark provides GraphX, a graph processing system that allows you to construct and analyze graphs. It extends the RDD (Resilient Distributed Dataset) abstraction to support graph structures like vertices and edges.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers