Answer Posted / Rajat Shikhar
Spark differs from Hadoop in several ways: Spark can handle real-time data processing, graph processing, and machine learning, while Hadoop is primarily designed for batch processing. Spark uses in-memory data processing which makes it faster than Hadoop, and it uses DAG scheduler whereas Hadoop uses MapReduce.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers