Implementation of org.apache.hadoop.mapreduce.OutputFormat, which instruments its
RecordWriter's write method. Classes should extend this one and provide the class of the underlying
output format using the outputFormatClass method.
This class is intended for use with the methods in InstrumentedPairRDDFunctions that save hadoop files
(saveAs*HadoopFile).
Implementation of org.apache.hadoop.mapreduce.OutputFormat, which instruments its RecordWriter's
write
method. Classes should extend this one and provide the class of the underlying output format using theoutputFormatClass
method.This class is intended for use with the methods in InstrumentedPairRDDFunctions that save hadoop files (
saveAs*HadoopFile
).