Properties tableProperties,
Progressable progress) throws IOException {
final RecordWriter result =
super.getHiveRecordWriter(jc,outPath,valueClass,isCompressed,
tableProperties,progress);
final Reporter reporter = (Reporter) progress;
reporter.setStatus("got here");
System.out.println("Got a reporter " + reporter);
return new RecordWriter() {
@Override
public void write(Writable w) throws IOException {
if (w instanceof Text) {