43444546474849
private final RecordWriter<NullWritable, Writable> writer; private final OrcSerde orcSerde; OrcCrunchRecordWriter(RecordWriter<NullWritable, Writable> writer) { this.writer = writer; this.orcSerde = new OrcSerde(); }
57585960616263
writer = outputFormat.getRecordWriter(null, jobConf, path.toString(), new NullProgress()); mapFn = pType.getOutputMapFn(); mapFn.initialize(); serde = new OrcSerde(); }