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: 2.0.0
Syntax
protected FileOutput WriteOutput(
	IJobBuilderOperation operation,
	string outputPath,
	Type recordWriterType
)

Parameters

operation
Type: Ookii.Jumbo.Jet.Jobs.BuilderIJobBuilderOperation
The operation whose output to write.
outputPath
Type: SystemString
The output path.
recordWriterType
Type: SystemType
The type of the record writer to use.

Return Value

Type: FileOutput
A FileOutput.
See Also