Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Compare Hadoop and Spark?



Compare Hadoop and Spark?..

Answer / Bhasker Sah

Hadoop and Spark are both big data processing frameworks, but they have distinct differences. Hadoop MapReduce is a batch-oriented, distributed processing system that breaks down large datasets into smaller chunks (maps), processes them independently (reduces), and combines the results. Spark, on the other hand, offers faster performance for iterative and interactive data processing through in-memory caching and lazy evaluation of operations. Spark also supports streaming, machine learning, SQL queries, and graph processing, while Hadoop's focus is primarily on batch processing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is off heap memory in spark?

1 Answers  


Explain values() operation in apache spark?

1 Answers  


In how many ways RDDs can be created? Explain.

1 Answers  


Is apache spark worth learning?

1 Answers  


What are the abstractions of Apache Spark?

1 Answers  


How do I install spark?

1 Answers  


How does broadcast join work in spark?

1 Answers  


Explain how can apache spark be used alongside hadoop?

1 Answers  


What rdd stands for?

1 Answers  


Explain Accumulator in Spark?

1 Answers  


Is apache spark part of hadoop?

1 Answers  


Define various running modes of apache spark?

1 Answers  


Categories