| 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
)
Public Shared Function ReadTaskInput (
fileSystem As FileSystemClient,
path As String,
stageId As String,
splitIndex As Integer
) As ITaskInput
public:
static ITaskInput^ ReadTaskInput(
FileSystemClient^ fileSystem,
String^ path,
String^ stageId,
int splitIndex
)
static member ReadTaskInput :
fileSystem : FileSystemClient *
path : string *
stageId : string *
splitIndex : int -> ITaskInput
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:
ITaskInputThe task input.
See Also