Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.7.2
-
None
-
None
Description
In the implementation at http://svn.apache.org/repos/asf/avro/trunk/lang/java/mapred/src/main/java/org/apache/avro/mapreduce/AvroMultipleOutputs.java, the following line in getRecordWriter(TaskAttemptContext taskContext, String baseFileName) has been commented out:
//FileOutputFormat.setOutputName(taskContext, baseFileName);
Hence, when we call mo.write(outKey, NullWritable.get(), "subdir/samp"); the output still goes to the default output directory and not under the string path we specify.
Attachments
Issue Links
- is duplicated by
-
AVRO-1215 AvroMultipleOutputs not working when specifying baseOutputPath
- Closed