1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 17:02:58 +02:00

Add content for spark and mapreduce (#2649)

* Update 100-hadoop-spark-mapreduce.md

* Update content/roadmaps/114-software-architect/content/109-working-with-data/100-hadoop-spark-mapreduce.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Tomasz Hamerla
2022-10-21 15:24:34 +02:00
committed by GitHub
parent e8b23415be
commit 167cd44095

View File

@@ -1 +1,8 @@
# Hadoop spark mapreduce
# Spark, Hadoop MapReduce
[Apache Spark](https://spark.apache.org/) is a data processing framework that can quickly perform processing tasks on very large data sets, and can also distribute data processing tasks across multiple computers, either on its own or in tandem with other distributed computing tools.
Hadoop MapReduce is a software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) in-parallel on large clusters (thousands of nodes) of commodity hardware in a reliable, fault-tolerant manner.
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.integrate.io/blog/apache-spark-vs-hadoop-mapreduce'>Spark vs Hadoop MapReduce</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=aReuLtY0YMI'>Hadoop explained in 5 minutes</BadgeLink>