Skip to content
Emilio Coppa edited this page Mar 30, 2014 · 17 revisions

###Apache Hadoop (MapReduce): Task

Table of contents:

Finite State Machine

NEW => SCHEDULED [T_SCHEDULE]

SCHEDULED => RUNNING [T_ATTEMPT_LAUNCHED]

RUNNING => SUCCEDEED [T_ATTEMPT_SUCCEDEED]

Clone this wiki locally