InterviewSolution
Saved Bookmarks
| 1. |
What Are Benefits Of Spark Over Mapreduce? |
|
Answer» Due to the availability of in-memory processing, Spark IMPLEMENTS the processing around 10-100x FASTER than Hadoop MapReduce. MapReduce makes use of persistence storage for any of the data processing tasks.
Due to the availability of in-memory processing, Spark implements the processing around 10-100x faster than Hadoop MapReduce. MapReduce makes use of persistence storage for any of the data processing tasks. |
|