Click or drag to resize

FileOutputCommitter Constructor

Initializes a new instance of the FileOutputCommitter class.

Namespace: Ookii.Jumbo.Jet.IO
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public FileOutputCommitter(
	IRecordWriter recordWriter,
	string tempFileName,
	string outputFileName
)

Parameters

recordWriter  IRecordWriter
The record writer.
tempFileName  String
Name of the temporary file that the data is written to.
outputFileName  String
Name of the output file that the temporary file should be renamed to.
See Also