List few benefits of Apache spark over map reduce?

devquora
devquora

Posted On: Feb 22, 2018

 

The benefits are –

  • With the in-memory processing, Spark implements it around 100 times faster than the head of MapReduce.
  • Spark provides inbuilt libraries for most of the multidimensional task as compared to map reduce.
  • Spark is independent of the disk storage on the other hand Hadoop is highly dependent.
  • Spark can perform multiple computations within the same datasheet.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Apache Spark Interview Questions

    What is Apache Spark?

    Apache Spark is basically a processing framework which is extremely fast and convenient to use...

    Apache Spark Interview Questions

    Can you mention some features of spark?

    On a general note, the most essential features of Apache Spark are-..

    Apache Spark Interview Questions

    Can you define RDD?

    The acronym for Resale in Distributed Datasheets is RDD...