QuestionQ18
Advanced Analytics for Big Data - Technology and ToolsWhat is one advantage of Spark’s in-memory data processing compared with MapReduce?
- A Avoids writing intermediate data to disk, which speeds up processing
- B Supports processing unstructured data, which MapReduce does not allow
- C Removes the need to use disks at all, which reduces cost
- D Allows parallel processing, which MapReduce does not support
Community Discussion