Click or drag to resize

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
)

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