[
https://issues.apache.org/jira/browse/HADOOP-5833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sharad Agarwal resolved HADOOP-5833.
------------------------------------
Resolution: Invalid
setOutputPath should not set the output format class. Its better if users set
that explicitly. Resolving this issue. Please reopen if anyone thinks otherwise.
> SequenceFileOutputFormat.setOutputPath(Job,Path) should set the Output Format
> Class to SequenceFileOutputFormat
> ---------------------------------------------------------------------------------------------------------------
>
> Key: HADOOP-5833
> URL: https://issues.apache.org/jira/browse/HADOOP-5833
> Project: Hadoop Core
> Issue Type: Bug
> Components: mapred
> Affects Versions: 0.20.0
> Reporter: Daniel Leffel
> Priority: Minor
> Attachments: hadoop-5833.patch
>
>
> The documentation references that OutputFormat.setOutputPath(Job,Path) sets
> the job up appropriately. However, that's not the case for
> SequenceFileOutputFormat.setOutputPath(Job,Path). This has tripped up more
> than one new user. SequenceFileOutputFormat.setOutputPath(Job,Path) should
> call both the superclass method as well as
> job.setOutputFormatClass(SequenceFileOutputFormat.class);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.