Click or drag to resize

FileDataOutput Constructor (DfsConfiguration, Type, String, Int32, Int32, RecordStreamOptions)

Initializes a new instance of the FileDataOutput class.

Namespace:  Ookii.Jumbo.Jet.IO
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public FileDataOutput(
	DfsConfiguration dfsConfiguration,
	Type recordWriterType,
	string outputPath,
	int blockSize = 0,
	int replicationFactor = 0,
	RecordStreamOptions recordOptions = RecordStreamOptions.None
)

Parameters

dfsConfiguration
Type: Ookii.Jumbo.DfsDfsConfiguration
The DFS configuration.
recordWriterType
Type: SystemType
Type of the record writer.
outputPath
Type: SystemString
The path of the directory to write the output to.
blockSize (Optional)
Type: SystemInt32
The size of the output files' blocks, or 0 to use the default block size.
replicationFactor (Optional)
Type: SystemInt32
The output files' replication factor, or 0 to use the default replication factor.
recordOptions (Optional)
Type: Ookii.Jumbo.IORecordStreamOptions
The RecordStreamOptions for the output.
See Also