Click or drag to resize

TaskInputUtilityReadTaskInput Method

Reads the task input for the specified split.

Namespace:  Ookii.Jumbo.Jet.IO
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public static ITaskInput ReadTaskInput(
	FileSystemClient fileSystem,
	string path,
	string stageId,
	int splitIndex
)

Parameters

fileSystem
Type: Ookii.Jumbo.Dfs.FileSystemFileSystemClient
The file system containing the splits file.
path
Type: SystemString
The path of the directory containing the splits file.
stageId
Type: SystemString
The ID of the stage whose input to read.
splitIndex
Type: SystemInt32
The index of the split.

Return Value

Type: ITaskInput
The task input.
See Also