Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between Apache Spark and Apache Arrow?

What are the differences between Apache Arrow and Apache Spark? Will Apache Arrow replace Hadoop?

like image 916
Wanderer Avatar asked Oct 16 '25 10:10

Wanderer


1 Answers

  • Apache Arrow is a proposed in-memory data layer designed to back different analytical loads.
  • Apache Spark is a storage agnostic cluster computing framework.

These two don't belong to the same category and don't compete with each other same as Arrow doesn't compete with Hadoop.

like image 70
user6022341 Avatar answered Oct 19 '25 09:10

user6022341