For aborting an unsuccessful job's output. Note that this is invoked for jobs with final runstate as {@link JobStatus.State#FAILED} or {@link JobStatus.State#KILLED}. This is called from the application master process for the entire job. This may be called multiple times.
@param jobContext Context of the job whose output is being written.
@param state final runstate of the job
@throws IOException
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.