I'll have some free time this Saturday, I'll take a look at this issue. Hopefully I will be able to commit the patch.
--- En date de : Jeu 11.3.10, Cui tony <[email protected]> a écrit : > De: Cui tony <[email protected]> > Objet: Re: decision forest > À: [email protected] > Date: Jeudi 11 mars 2010, 2h55 > Is that a bug or my compiling > problem? > > 2010/3/9 Cui tony <[email protected]> > > > I did the following : > > > > rm -rf ~/.m2 > > and in the trunk folder to mvn install : > > > > [...@master trunk]$ pwd > > /data/hadoop/mahout/trunk > > [...@master trunk]$ mvn clean install -DskipTests=true > > > > Everything is fine, including install core and utils, > but when come to > > examples, I meet the same error as I described last > mail. > > > > > > 2010/3/9 Jake Mannix <[email protected]> > > > > On Mon, Mar 8, 2010 at 9:59 PM, Robin Anil <[email protected]> > wrote: > >> > >> > I suspect your maven dependencies are screwed > up, I would suggest the > >> > following. > >> > > >> > #clear the maven cache > >> > rm -rf ~/.m2 > >> > #do a clean install > >> > mvn clean install -DskipTests=true > >> > > >> > >> ... from the top level mahout checkout directory > >> > > > > >
