Hi Sean,

thank you for clarifying this.

Just for the records:
I downloaded the source tarball and the 1 million grouplens data set.
Building the demo went smoothly. (I am using maven 2.2.1, btw.)

(I actually downloaded the 10 million dataset, first. But after a couple
of heap size increments and returning OutOfMemory exceptions I realized
the mistake...)

Cheers,
Chantal


On Mon, 2010-07-05 at 17:24 +0200, Sean Owen wrote:
> You don't need the latest source from Subversion, though at this
> stage, that is always highly recommended. Things change fast. 0.3 is
> now a bit out of date.
> 
> For this particular task yes I believe you need the source and build
> scripts since it is actually constructing a deployable component and
> that needs the build system.
> 
> That doesn't mean you must have source to do anything, no. There is
> more to Mahout than recommenders. And if you want to just call the
> code as a library, no you can just use binaries.
> 
> The bit this example uses, and that you may wish to use, is a
> mechanism that packages up the library and your code into a deployable
> web archive. But if you don't want to use that yourself you don't have
> to use it.
> 
> On Mon, Jul 5, 2010 at 2:18 PM, Chantal Ackermann
> <[email protected]> wrote:
> > Hi all,
> >
> > completely new to Mahout and Taste, I've started by downloading
> > mahout-0.3.tar.bz2 and reading through the wiki and some mailing list
> > threads. I would like to set up the GroupLens example.
> >
> > I get the impression I need at least the source tarball (instead of the
> > binary that I downloaded) or even the SVN checkout to get the GroupLens
> > demo to work. Is that correct? All descriptions on installing the demo
> > refer to maven calls and directories present in the source tarball (or
> > the svn checkout).
> >
> > Does that mean that the binary release is not an option for installing
> > "Taste", at all?
> >
> > If the binary release really is not an option, it would be helpful if
> > the documentation on http://mahout.apache.org/taste.html could state
> > that. Currently it reads:
> >
> > """
> > Demo
> >
> > To build and run the demo, follow the instructions below, which are
> > written for Unix-like operating systems:
> >
> >   1. Obtain a copy of the Mahout distribution, either from SVN or as a
> > downloaded archive.
> > """
> > (For me, "Mahout distribution" includes binary releases.)
> >
> > Thanks,
> > Chantal
> >
> >
> >
> >

Reply via email to