Click or drag to resize

JobBuilderWrite Method

Writes the result of the specified operation to the DFS.

Namespace: Ookii.Jumbo.Jet.Jobs.Builder
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public FileOutput Write(
	IJobBuilderOperation operation,
	string path,
	Type recordWriterType
)

Parameters

operation  IJobBuilderOperation
The operation.
path  String
The path of a directory on the DFS.
recordWriterType  Type
Type of the record writer. This may be a generic type definition.

Return Value

FileOutput
A FileOutput instance representing the output.
Remarks

If recordWriterType is a generic type definition, it will be constructed using the output record type of the operation.

See Also