Hadoop Behind the Scenes
- Tries to have map task in same machine as data.
- If a machine dies, its jobs get re-run automatically.
- If a key-value causes a crash, it gets ignored.
- If slow map task, several copies are started.
- A combiner (mini-reduce) can run on the same machine as a map.
José M. Vidal
.
23 of 24