| 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
)
Public Shared Function ReadTaskInputLocations (
fileSystem As FileSystemClient,
path As String,
stageId As String
) As IList(Of String())
public:
static IList<array<String^>^>^ ReadTaskInputLocations(
FileSystemClient^ fileSystem,
String^ path,
String^ stageId
)
static member ReadTaskInputLocations :
fileSystem : FileSystemClient *
path : string *
stageId : string -> IList<string[]>
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:
IListStringA list of input locations for each task.
See Also