InterviewSolution
| 1. |
What are the functions of SparkCore? |
|
Answer» SparkCore is the main engine that is meant for large-scale distributed and parallel data processing. The Spark CORE CONSISTS of the distributed execution engine that offers various APIs in Java, PYTHON, and Scala for developing distributed ETL applications.
|
|