InterviewSolution
Saved Bookmarks
| 1. |
What is Apache Spark? |
|
Answer» Apache Spark is an open-source distributed processing solution for big data workloads. For rapid queries against any SIZE of data, it uses in-memory caching and efficient query EXECUTION. Simply put, Spark is a general-purpose data processing ENGINE that is quick and SCALABLE. |
|