You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Sebastian Schelter <ss...@apache.org> on 2014/06/01 08:21:13 UTC

Problems with mapBlock()

I've updated the codebase to work on the cooccurrence analysis algo, but 
I always run into this error now:

error: value mapBlock is not a member of 
org.apache.mahout.math.drm.DrmLike[Int]

I have the feeling that an implicit conversion might be missing, but I 
couldn't figure out where to put it, with out producing even more errors.

--sebastian

Re: Problems with mapBlock()

Posted by Pat Ferrel <pa...@gmail.com>.
Having similar problems. I updated the imports in your old patch for MAHOUT-1464, do you have a new one? I just sent D a pointer to my repo for  MAHOUT-1464 here: https://github.com/pferrel/mahout/tree/MAHOUT-1464

Side note, I can’t change the branch in a github generated PR. It always wants to merge with apache:master. Is that as expected?

On Jun 1, 2014, at 11:15 AM, Dmitriy Lyubimov <dl...@gmail.com> wrote:

Imports have changed with abstraction migration. Check the updated docs.
On May 31, 2014 11:21 PM, "Sebastian Schelter" <ss...@apache.org> wrote:

> I've updated the codebase to work on the cooccurrence analysis algo, but I
> always run into this error now:
> 
> error: value mapBlock is not a member of org.apache.mahout.math.drm.
> DrmLike[Int]
> 
> I have the feeling that an implicit conversion might be missing, but I
> couldn't figure out where to put it, with out producing even more errors.
> 
> --sebastian
> 


Re: Problems with mapBlock()

Posted by Dmitriy Lyubimov <dl...@gmail.com>.
Imports have changed with abstraction migration. Check the updated docs.
On May 31, 2014 11:21 PM, "Sebastian Schelter" <ss...@apache.org> wrote:

> I've updated the codebase to work on the cooccurrence analysis algo, but I
> always run into this error now:
>
> error: value mapBlock is not a member of org.apache.mahout.math.drm.
> DrmLike[Int]
>
> I have the feeling that an implicit conversion might be missing, but I
> couldn't figure out where to put it, with out producing even more errors.
>
> --sebastian
>