开发者

Getting all TaskAttempts of a Task from Hadoop API

开发者 https://www.devze.com 2023-03-28 07:16 出处:网络
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 t

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

精彩评论

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