You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Robin Anil (JIRA)" <ji...@apache.org> on 2011/02/21 14:35:38 UTC

[jira] Commented: (MAHOUT-614) org.apache.mahout.classifier.baytes.MultipleOutputFormat not working as intended with Hadoop 0.20?

    [ https://issues.apache.org/jira/browse/MAHOUT-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12997403#comment-12997403 ] 

Robin Anil commented on MAHOUT-614:
-----------------------------------

I will take a look from home. Patch seems alright, just have to verify the functionality.

> org.apache.mahout.classifier.baytes.MultipleOutputFormat not working as intended with Hadoop 0.20?
> --------------------------------------------------------------------------------------------------
>
>                 Key: MAHOUT-614
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-614
>             Project: Mahout
>          Issue Type: Bug
>          Components: Classification
>    Affects Versions: 0.4
>            Reporter: Sean Owen
>            Assignee: Robin Anil
>              Labels: hadoop, multiple, output
>             Fix For: 0.5
>
>         Attachments: MAHOUT-614.patch
>
>
> I believe there might be an error in org.apache.mahout.classifier.baytes.MultipleOutputFormat. It overrides the Hadoop class FileOutputFormat, and most of its work is done in getRecordWriter(FileSystem, Configuration, String, Progressable). However this is not the method that one must override to control how FileOutputFormat writes records; that's getRecordWriter(TaskAttemptContext). My hunch is that this used to work, but against the Hadoop 0.19.x APIs. (@Override is our friend!)
> I've attached a patch that I believe addresses this and along the way is able to clean things up slightly. Am I on track here?

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira