Click or drag to resize

JobCreateFullTaskId Method (Guid, TaskAttemptId)

Creates the full task id for the specified task.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public static string CreateFullTaskId(
	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 full task ID of the form "{jobID}_taskID_attempt".
See Also