Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.5.3
-
None
-
None
Description
DataSinkDescriptor dataSink = MROutput.createConfigBuilder(dsConfig, outputFormatClass, outputPath).build();
if output format class is org.apache.hadoop.mapreduce.lib.output.SequenceFileOutputFormat I end up with TextOutputFormat, however if it is org.apache.hadoop.mapred.SequenceFileOutputFormat, then all good.
For now that can be a workaround to deal with SequenceFiles but I think that is the old API and it seems like Tez is having some issue.