Generated by
JDiff

Class org.apache.hadoop.mapred.TaskLog

Removed Methods
List captureOutAndError(List, List, File, File, long, String) Wrap a command in a shell to capture stdout and stderr to files.
void cleanup(int) Purge old user logs.
File getIndexFile(String)  
File getIndexFile(String, boolean)  
File getRealTaskLogFileLocation(TaskAttemptID, LogName)  
void syncLogs(TaskAttemptID, TaskAttemptID)  
void syncLogs(TaskAttemptID, TaskAttemptID, boolean)  
 

Added Methods
List captureOutAndError(List, List, File, File, long, boolean, String) Wrap a command in a shell to capture stdout and stderr to files.
List captureOutAndError(List, List, File, File, long, String) Wrap a command in a shell to capture stdout and stderr to files.
List captureOutAndError(List, List, File, File, long, boolean) Wrap a command in a shell to capture stdout and stderr to files.
File getJobDir(JobID) Get the user log directory for the job jobid.
File getUserLogDir()  
void syncLogs(String, TaskAttemptID, boolean)  
 

Changed Methods
File getTaskLogFile(TaskAttemptID, boolean, LogName) Change in signature from (TaskAttemptID, LogName) to (TaskAttemptID, boolean, LogName).