Click or drag to resize

TaskExecutionUtilityCreate Method

Creates a TaskExecutionUtility instance for the specified task.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public static TaskExecutionUtility Create(
	FileSystemClient fileSystemClient,
	JetClient jetClient,
	ITaskServerUmbilicalProtocol umbilical,
	Guid jobId,
	JobConfiguration jobConfiguration,
	TaskAttemptId taskAttemptId,
	string dfsJobDirectory,
	string localJobDirectory
)

Parameters

fileSystemClient
Type: Ookii.Jumbo.Dfs.FileSystemFileSystemClient
The DFS client.
jetClient
Type: Ookii.Jumbo.JetJetClient
The jet client.
umbilical
Type: Ookii.Jumbo.JetITaskServerUmbilicalProtocol
The umbilical.
jobId
Type: SystemGuid
The job id.
jobConfiguration
Type: Ookii.Jumbo.Jet.JobsJobConfiguration
The job configuration.
taskAttemptId
Type: Ookii.Jumbo.JetTaskAttemptId
The task attempt ID.
dfsJobDirectory
Type: SystemString
The DFS job directory.
localJobDirectory
Type: SystemString
The local job directory.

Return Value

Type: TaskExecutionUtility
A TaskExecutionUtility.
See Also