Click or drag to resize

TaskContext Constructor

Initializes a new instance of the TaskContext class.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public TaskContext(
	Guid jobId,
	JobConfiguration jobConfiguration,
	TaskAttemptId taskAttemptId,
	StageConfiguration stageConfiguration,
	string localJobDirectory,
	string dfsJobDirectory
)

Parameters

jobId  Guid
The job ID.
jobConfiguration  JobConfiguration
The configuration for the job.
taskAttemptId  TaskAttemptId
The task attempt ID.
stageConfiguration  StageConfiguration
The configuration for the stage that the task belongs to.
localJobDirectory  String
The local directory where files related to the job are stored.
dfsJobDirectory  String
The DFS directory where files related to the job are stored.
See Also