org.apache.hadoop.mapreduce.jobhistory
Class TaskFailed
java.lang.Object
org.apache.avro.specific.SpecificRecordBase
org.apache.hadoop.mapreduce.jobhistory.TaskFailed
- All Implemented Interfaces:
- Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord
public class TaskFailed
- extends org.apache.avro.specific.SpecificRecordBase
- implements org.apache.avro.specific.SpecificRecord
| Methods inherited from class org.apache.avro.specific.SpecificRecordBase |
compareTo, equals, hashCode, toString |
SCHEMA$
public static final org.apache.avro.Schema SCHEMA$
taskid
public CharSequence taskid
taskType
public CharSequence taskType
finishTime
public long finishTime
error
public CharSequence error
failedDueToAttempt
public CharSequence failedDueToAttempt
status
public CharSequence status
TaskFailed
public TaskFailed()
getSchema
public org.apache.avro.Schema getSchema()
- Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer- Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase
get
public Object get(int field$)
- Specified by:
get in interface org.apache.avro.generic.IndexedRecord- Specified by:
get in class org.apache.avro.specific.SpecificRecordBase
put
public void put(int field$,
Object value$)
- Specified by:
put in interface org.apache.avro.generic.IndexedRecord- Specified by:
put in class org.apache.avro.specific.SpecificRecordBase
Copyright © 2012 Apache Software Foundation. All Rights Reserved.