Reputation: 520
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!
Upvotes: 2
Views: 141