Hi Max,

If it is installed correctly, just adding the module you require a
dependency should work.

...
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout-***</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
...

Best


Gokhan

On Fri, Nov 14, 2014 at 4:42 PM, mw <m...@plista.com> wrote:

> Hi again,
>
> ------------------------
>
> In order to add mahout artifact to your local repository, run
>
> # With hadoop-2.2.0 dependency
> mvn  clean  install
>
> -----------------------
>
> having done this, how can i use this mahout version in my mvn project. How
> do i have to change my pom file?
>
> Best,
> Max
>
>
> On 11/14/2014 03:13 PM, Gokhan Capan wrote:
>
>> Max,
>>
>> Check this out: https://mahout.apache.org/developers/buildingmahout.html
>>
>> Gokhan
>>
>> On Fri, Nov 14, 2014 at 4:11 PM, mw <m...@plista.com> wrote:
>>
>>  Hi,
>>>
>>> i am working on a rest api for mahout called kornakapi.
>>> I heared that it is possible to compile the mahout trunk such that it is
>>> compatible with hadoop2. How can i do that? Is it possible to do that via
>>> the pom.xml?
>>>
>>> Best,
>>> max
>>>
>>>
>

Reply via email to