Click or drag to resize

TaskInputUtilityReadTaskInputLocations Method

Reads the task input locations.

Namespace:  Ookii.Jumbo.Jet.IO
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public static IList<string[]> ReadTaskInputLocations(
	FileSystemClient fileSystem,
	string path,
	string stageId
)

Parameters

fileSystem
Type: Ookii.Jumbo.Dfs.FileSystemFileSystemClient
The file system to read the locations from.
path
Type: SystemString
The path of the directory containing the locations file.
stageId
Type: SystemString
The ID of the stage whose task input locations to read.

Return Value

Type: IListString
A list of input locations for each task.
See Also