MapReduce Tutorial
- Part 1: Monday January 30, 14:00-17:00, lab SU2
- Part 2: Tuesday January 31, 14:00-17:00, lab SU2
Materials
Overview
Day 1
Today we will be using the Perl API (there is no need to study it now, the tutorial will explain it).
Environment
- Step 1: Setting the environment.
MapReduce basics
Controlling the cluster
MapReduce extended
Advanced MapReduce exercises
Exercises in this section can be made in any order, but it is recommended to try solving all of them. The Perl API reference may come handy.
Beyond MapReduce
- Step 16: Implementing iterative MapReduce jobs faster using All-Reduce.
Day 2
Today we will be using the Java API.
Environment
Java Hadoop basics
Advanced topics
Beyond MapReduce
- Step 31: Implementing iterative MapReduce jobs faster using All-Reduce.