Does Mapper's cleanup or close method gets called for map tasks which get killed due to speculative execution ?
And when does a task is considered completed for killing duplicate task which was started because of speculative execution- after cleanup or close of faster is executed or before that only.
