InterviewSolution
Saved Bookmarks
| 1. |
Spark is engineered from the bottom-up for performance, running ___________ faster than Hadoop by exploiting in memory computing and other optimizations.(a) 100x(b) 150x(c) 200x(d) None of the mentioned |
|
Answer» Right choice is (a) 100x The best explanation: Spark is fast on disk too; it currently holds the world record in large scale on-disk sorting. |
|