| 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. |
File getJobDir(JobID)
|
Get the user log directory for the job jobid. |
File getUserLogDir()
|
|
void syncLogs(String, TaskAttemptID, 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).
|
|