TaskAttemptContext taskAttemptContext,
org.apache.hadoop.mapred.OutputFormat baseOutputFormat) throws IOException {
// CHECKSTYLE: resume LineLengthCheck
JobConf jobConf = new JobConf(taskAttemptContext.getConfiguration());
String name = FileOutputFormat.getUniqueName(jobConf, "part");
Reporter reporter = new ProgressReporter(taskAttemptContext);
return baseOutputFormat.getRecordWriter(null, jobConf, name, reporter);
}