| ITaskServerClientProtocolGetTaskLogFileContents Method |
Gets the contents of the diagnostic log file for the specified task.
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax string GetTaskLogFileContents(
Guid jobId,
TaskAttemptId taskAttemptId,
int maxSize
)
Function GetTaskLogFileContents (
jobId As Guid,
taskAttemptId As TaskAttemptId,
maxSize As Integer
) As String
String^ GetTaskLogFileContents(
Guid jobId,
TaskAttemptId^ taskAttemptId,
int maxSize
)
abstract GetTaskLogFileContents :
jobId : Guid *
taskAttemptId : TaskAttemptId *
maxSize : int -> string
Parameters
- jobId
- Type: SystemGuid
The job ID. - taskAttemptId
- Type: Ookii.Jumbo.JetTaskAttemptId
The task attempt id. - maxSize
- Type: SystemInt32
The maximum size of the log data to return.
Return Value
Type:
String
The contents of the diagnostic log file, or
if it doesn't exist.
See Also