Click or drag to resize

ITaskServerClientProtocolGetTaskProfileOutput Method

Gets the profile output for the specified task.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
string GetTaskProfileOutput(
	Guid jobId,
	TaskAttemptId taskAttemptId
)

Parameters

jobId
Type: SystemGuid
The job ID.
taskAttemptId
Type: Ookii.Jumbo.JetTaskAttemptId
The task attempt id.

Return Value

Type: String
The profile output, or if it doesn't exist.
See Also