Do you know the comparative differences between apache spark and hadoop?
Answer Posted / Kumar Ankit
Apache Spark and Hadoop are both big data processing frameworks, but they have some key differences:n- Hadoop MapReduce is a batch processing system, while Apache Spark supports both batch and streaming data.n- Hadoop operates on HDFS (Hadoop Distributed File System), while Spark can read and write to various data sources such as HDFS, Cassandra, HBase, etc.n- Spark's in-memory computation is faster than Hadoop due to its Resilient Distributed Datasets (RDD) and lazy evaluation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers