Click or drag to resize

TaskExecutionUtility.Create 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.FileSystem.FileSystemClient
The DFS client.
jetClient
Type: Ookii.Jumbo.Jet.JetClient
The jet client.
umbilical
Type: Ookii.Jumbo.Jet.ITaskServerUmbilicalProtocol
The umbilical.
jobId
Type: System.Guid
The job id.
jobConfiguration
Type: Ookii.Jumbo.Jet.Jobs.JobConfiguration
The job configuration.
taskAttemptId
Type: Ookii.Jumbo.Jet.TaskAttemptId
The task attempt ID.
dfsJobDirectory
Type: System.String
The DFS job directory.
localJobDirectory
Type: System.String
The local job directory.

Return Value

Type: TaskExecutionUtility
A TaskExecutionUtility.
See Also