Generated by
JDiff

Class org.apache.hadoop.mapred.TaskLog

Removed Methods
String> captureOutAndError(String>, File, File, long) Wrap a command in a shell to capture stdout and stderr to files.
String> captureOutAndError(String>, String>, File, File, long) Wrap a command in a shell to capture stdout and stderr to files.
String> captureOutAndError(String>, String>, 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, File, File, long) Wrap a command in a shell to capture stdout and stderr to files.
List captureOutAndError(List, List, File, File, long) Wrap a command in a shell to capture stdout and stderr to files.
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
String addCommand(List, boolean) Change in signature from (String>, boolean) to (List, boolean).
Add quotes to each of the command strings and return as a single string
List captureDebugOut(List, File) Change in return type from String> to List.
Change in signature from (String>, File) to (List, File).
Wrap a command in a shell to capture debug script's stdout and stderr to debugout.
File getTaskLogFile(TaskAttemptID, boolean, LogName) Change in signature from (TaskAttemptID, LogName) to (TaskAttemptID, boolean, LogName).
 
 

Added Fields
PathFilter USERLOGS_PATH_FILTER Path filter that filters out userlogs directory For the time-being it also filters out Checksum files.