Compare Spark vs Hadoop MapReduce



Compare Spark vs Hadoop MapReduce..

Answer / Sunil Kumar Savita

Both Spark and Hadoop MapReduce are used for big data processing. MapReduce is a batch processing system while Spark supports both batch and streaming. Spark offers faster computation due to in-memory computing and provides more high-level APIs compared to MapReduce.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is difference between coalesce and repartition?

1 Answers  


Why we need compression and what are the different compression format supported?

1 Answers  


Define "Action" in Spark

1 Answers  


What is spark mapvalues?

1 Answers  


What are shared variables in spark?

1 Answers  


What is SparkContext in Apache Spark?

1 Answers  


What is spark tool?

1 Answers  


What is number of executors in spark?

1 Answers  


Does spark use java?

1 Answers  


Is databricks a database?

1 Answers  


Is spark a mapreduce?

1 Answers  


What are the major features/characteristics of rdd (resilient distributed datasets)?

1 Answers  


Categories