26 sep 2008 kl. 01.29 skrev vikramaditya jakkula:
Hi Manout Users,
Hello Vikramaditya!
I am Looking for the following:
1) A document contain information on running a example. I did find a
example
in the taste documentation on the website. Is there a better one?
For now there is only the code and the comments surrounding it. Is
there something in particular you want to see demonstrated?
2) I am also trying to understand whether we have any dependency of
having
hadoop core installed on the machine to run examples provided with
mahout.
The examples requires Hadoop and all its nested dependencies (kfs, et
c). Some require even more (easymock, et c). You could use Maven to
set up the development environment for you, for instance "mvn
eclipse:eclipse" or "mvn idea:idea". You could also just load all libs
in core/lib and examples/lib to your classpath.
karl