Click or drag to resize

JobBuilderJobWriteOutput Method

Writes the result of the operation to the DFS using this instance's settings for BlockSize and ReplicationFactor.

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

Parameters

operation  IJobBuilderOperation
The operation whose output to write.
outputPath  String
The output path.
recordWriterType  Type
The type of the record writer to use.

Return Value

FileOutput
A FileOutput.
See Also