0 votes
in Spark Sql by
What are the advantages of Spark over Hadoop MapReduce in Spark?

1 Answer

0 votes
by

Spark is 100 times faster than the Hadoop MapReduce in terms of memory and RAM can be utilized to get faster results.

The MapReduce mechanism is very time taking process because the user can write many tasks and tie these tasks using shell/Oozie script.

Always, it is a problem in MapReduce in translating MP output into the input of another MP may require different code. It is because the Oozie script didn’t support.

The user can do everything in Spark by using a single console and can get the output immediately. Switching between ‘Doing something locally’ and ‘Running something on cluster’ is very easy. It leads to more productivity.

Related questions

0 votes
asked Mar 14, 2020 in Spark Sql by rajeshsharma
0 votes
asked Aug 25, 2022 in Apache Spark by sharadyadav1986
...