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.
void createTaskAttemptLogDir(TaskAttemptID, boolean, String[]) Create log directory for the given attempt.
File getJobDir(String) Get the user log directory for the job jobid.
File getJobDir(JobID) Get the user log directory for the job jobid.
String getTaskAttemptLogDir(TaskAttemptID, String, String[]) Get attempt log directory path for the given attempt-id under randomly selected mapred local directory.
File getUserLogDir()  
void syncLogs(String, TaskAttemptID, boolean, boolean)  
 

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