开发者

programming in mahout [closed]

开发者 https://www.devze.com 2022-12-17 23:47 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. 开发者_如何学编程 Closed 10 years ago.

what is the step-by-step procedure for executing a program in mahout


Maybe you can check the MAHOUT wiki? Especially the quickstart section looks interesting...


Basically what worked from me was following their wiki: https://cwiki.apache.org/MAHOUT/buildingmahout.html

  1. svn co http://svn.apache.org/repos/asf/mahout/trunk
  2. cd trunk
  3. mvn install
  4. cd core
  5. mvn compile
  6. mvn install
  7. cd examples
  8. mvn compile

Then follow what to do with the examples, for example the taste-web example, you need to download the data set, load it in the war, and edit which recommender system to use.

Mahout is awesome, give it a try, and you will enjoy it :)


Mahout isn't an execution environment, so I'm not sure what you mean by 'run a program in Mahout?' It is a library, and one that does lots of things: recommendation engines, classification, clustering, more. You haven't given any detail about what you're doing.

I am a dev of Mahout and you could get more useful answers by being more specific and asking at mahout-user@apache.org.

Also, are you looking at the javadoc at all? The Mahout Hadoop-related jobs all document their arguments.


http://girlincomputerscience.blogspot.com.br/2010/11/apache-mahout.html

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号