Explain data-level parallelism
same computing on chunks of data
What is MapReduce
a systematic approach to algorithm design that is inherently parallelisable
What are the characteristics of MapReduce
What’s Hadoop
it implements the mapreduce algorithm with a single master node and many worker nodes. Client submits a job to master node and the master splits each job into tasks (map/reduce) to worker nodes