You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mahout.apache.org by pricila rr <pr...@gmail.com> on 2012/08/28 16:52:44 UTC

Project Hadoop and Mahout

How to create a project in Eclipse in Java, which uses libraries of Hadoop
(map-reduce) and Mahout?

Thank you

Re: Project Hadoop and Mahout

Posted by Paritosh Ranjan <pr...@xebia.com>.
Try using m2eclipse plugin http://www.sonatype.org/m2eclipse to create a 
maven project, and then add mahout core dependency 
http://mvnrepository.com/artifact/org.apache.mahout/mahout-core and 
hadoop 
http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-core/0.20.2.

On 28-08-2012 20:22, pricila rr wrote:
> How to create a project in Eclipse in Java, which uses libraries of Hadoop
> (map-reduce) and Mahout?
>
> Thank you
>