No need for Mahout to fix this because IntelliJ fixed this long ago.

Just open the pom.xml file at the top level.  Then use the maven commands
menu on the far right to compile once using maven.  Shazam, all fixed.

Works best in IDEA 10 or more recent.  The most recent I have seen is
12.1.1.



On Tue, Apr 16, 2013 at 8:00 PM, Andrew Musselman <
andrew.mussel...@gmail.com> wrote:

> Ah it is in generated-sources.  So any class in there will be unavailable
> to people's IDEs.
>
> Any interest in fixing this?
>
>
> On Tue, Apr 16, 2013 at 12:47 PM, Andrew Musselman <
> andrew.mussel...@gmail.com> wrote:
>
> > Looks like OpenIntObjectHashMap is not in the release.
> >
> > Is this patched somewhere?
> >
> >
> > On Tue, Apr 16, 2013 at 12:26 PM, Andrew Musselman <
> > andrew.mussel...@gmail.com> wrote:
> >
> >> Guys, using release 0.7 I have this complaint in my IDE(IntelliJ) for
> >> org.apache.mahout.cf.taste.hadoop.als.FactorizationEvaluator
> >> and org.apache.mahout.cf.taste.hadoop.als.ParallelALSFactorizationJob:
> >>
> >> Here's the offending line for both classes:
> >> import org.apache.mahout.math.map.OpenIntObjectHashMap;
> >>
> >> Am I missing a build step?  The test for parallel als factorization job
> >> runs fine.
> >>
> >> Thanks
> >> Andrew
> >>
> >
> >
>

Reply via email to