Using mahout in eclipse WITHOUT USING MAVEN

自古美人都是妖i 提交于 2019-12-05 12:32:45

I'm not set on it. I hate Maven.

The problem you'll have with Mahout is that they've decided to use it. If that's the case, you're stuck with it, too.

Freya Ren

Actually, I don't think you could use Mahout without Maven, because Mahout is a Maven project! In eclipse, you could install maven plugin (or in elicpse marketplace, find integrated M2), you could refer this post Maven in Eclipse: step by step installation

The blog is very good for us to learn how to install mahout: how to install mahout

BTW, you could ignore installing hadoop. If Mahout cannot find HADOOP configuration on your computer, it will run locally.

The best way to use mahout is by using build tool Maven.Its a great tool for project build and management,nevertheless it throws errors for missing artifacts etc,but you will find the solution to overcome it with the help of maven wiki and the error it shows,it shows you the solution after the error details.

You can very well work on mahout without building it.Just download the necessary jars and add it to the BuildPath in eclipse.You can run this as usual Java program.

I know it's late but let's answer anyway:

I don't know if things have changed, but I used mahout today for the first time - and I did not use Maven. I simpy followed the steps given in this video:

https://www.youtube.com/watch?v=yD40rVKUwPI

In particular, have a look at the description of the next tutorial: "Note: this tutorial uses maven for the project, unlike the first tutorial." ==> I guess that means that using Maven is not a must.

I also had this same issue. If you just want to use mahout as a java library for your project, you can use it in eclipse without using maven. You just need to create a user library and upload the jar files into it. Then just put that library into your build path.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!