Compare Apache Hadoop and Apache Spark

Viewing 1 reply thread
  • Author
    Posts
    • #5911
      DataFlair TeamDataFlair Team
      Spectator

      What is the difference between Apache Hadoop and Apache Spark?

    • #5913
      DataFlair TeamDataFlair Team
      Spectator

      Hadoop

        <li style=”list-style-type: none”>
      • Stores data in local disk
      • Slow speed
      • Suitable for batch processing
      • External schedulers required
      • High latency
      • No in-built interactive mode.


      Spark

        <li style=”list-style-type: none”>
      • Stores data in-memory
      • Faster speed
      • Suitable for batch and real-time processing
      • Schedules tasks itself
      • Low latency
      • Has interactive mode

      For difference between Apache Spark and Hadoop MapReduce please refer Apache Spark vs Mapreduce

Viewing 1 reply thread
  • You must be logged in to reply to this topic.