You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Grant Ingersoll <gs...@apache.org> on 2009/06/20 13:04:22 UTC

Re: [jira] Commented: (MAHOUT-136) Change Canopy MR Implementation to use Vector Writable

On Jun 20, 2009, at 3:01 AM, Robert Burrell Donkin wrote:

>
> Perhaps it would be better to move the conversion code (eg tabular ->
> Vectors) from examples into either core or a new module so it can be
> more easily be maintained and reused

+1.  Or utils, as I picture utils being the place where we keep things  
that aren't core, but are still useful.  Of course, we also have, in  
core, o.a.m.utils, I believe.  The difference, in my mind, is that the  
utils module is dependent on core, not the other way around, which is  
why I put the Lucene extraction stuff in there.

You up for a patch for this?  I think I have some time to work on  
converting the M/R if someone else can take on the I/O to from the user.

-Grant

Re: [jira] Commented: (MAHOUT-136) Change Canopy MR Implementation to use Vector Writable

Posted by Grant Ingersoll <gs...@apache.org>.
Seems like Canopy would need to be made Writable too, no?

On Jun 20, 2009, at 7:04 AM, Grant Ingersoll wrote:

>
> On Jun 20, 2009, at 3:01 AM, Robert Burrell Donkin wrote:
>
>>
>> Perhaps it would be better to move the conversion code (eg tabular ->
>> Vectors) from examples into either core or a new module so it can be
>> more easily be maintained and reused
>
> +1.  Or utils, as I picture utils being the place where we keep  
> things that aren't core, but are still useful.  Of course, we also  
> have, in core, o.a.m.utils, I believe.  The difference, in my mind,  
> is that the utils module is dependent on core, not the other way  
> around, which is why I put the Lucene extraction stuff in there.
>
> You up for a patch for this?  I think I have some time to work on  
> converting the M/R if someone else can take on the I/O to from the  
> user.
>
> -Grant