
Answer-first summary for fast verification
Answer: Spark GraphX
The correct answer is **Spark GraphX**. This component is specifically designed for graph processing tasks, offering an API for graph computation and a distributed computation engine. It excels in efficiently managing large-scale graph data and executing graph-based computations in distributed environments.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your team is developing a machine learning model that needs to process large-scale graph data efficiently. Which Spark component is specifically optimized for handling graph processing tasks in distributed computing environments?
A
Spark SQL
B
Spark Streaming
C
Spark GraphX
D
Spark MLlib