InterviewSolution
Saved Bookmarks
| 1. |
What do the features of Spark provide, which is not available to the Map-Reduce? |
|
Answer» Spark API provides various KEY features, which is very useful for spark real time processing, most of the features has a well support library ALONG with real time processing capability. Below are the key features providing by spark framework:
Spark core is a heart of spark framework and well support capability for functional programing practice for the language like Java, Scala, Python, however most of the new release come for JVM language first and then LATER on introduced for python. |
|