开发者

Getting all TaskAttempts of a Task from Hadoop API

I would like to get information on all TaskAttempts of a Task of a Job on Hadoop.

org.apache.hadoop.mapred.TaskReport gives information on running Attempts and successful Attempts, but I would like to also get those that 开发者_运维问答failed or were killed. Any nice way of doing that?

Thanks!


You have to set keep.failed.task.files to true.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜