[ 
https://issues.apache.org/jira/browse/MAHOUT-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shannon Quinn updated MAHOUT-537:
---------------------------------

    Attachment: MAHOUT-537.patch

This first patch fixes most of the DistributedRowMatrix compliance issues, 
bringing TimesJob, TimesSquaredJob, and TransposeJob to work with the new 
Hadoop 0.20.2 API, most notably by eliminating dependence on the deprecated 
JobConf object, using instead Job and Configuration. DistributedRowMatrix has 
also been modified to accept a Configuration object in its configure() method. 
All that remains is to fix the times(DRM) method, which will be tricky given 
its dependence on the CompositeInputFormat object which is conspicuously absent 
any analogous type in the latest Hadoop release. Will update.

> Bring DistributedRowMatrix into compliance with Hadoop 0.20.2
> -------------------------------------------------------------
>
>                 Key: MAHOUT-537
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-537
>             Project: Mahout
>          Issue Type: Improvement
>    Affects Versions: 0.4
>            Reporter: Shannon Quinn
>            Assignee: Shannon Quinn
>         Attachments: MAHOUT-537.patch
>
>
> Convert the current DistributedRowMatrix to use the newer Hadoop 0.20.2 API, 
> in particular eliminate dependence on the deprecated JobConf, using instead 
> the separate Job and Configuration objects.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to