>From Chapter 6 of "Mahout in Action" (page 111) "But were you to use your own implementation, you would need to add it and any of its dependent classes into he JAR file as well. This can be accomplished with
jar uf mahout-core-0.5-job.jar -C [classes directory] " My question is : how to find out the directory for the dependent classes? Can anyone post an example if possible? For example, I would like to add SIMILARITY_EUCLEDEAN_DISTANCE which I don't think is contained in mahout-core-0.5-job.jar yet. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-add-classes-into-mahout-score-0-5-job-jar-tp3849565p3849565.html Sent from the Mahout User List mailing list archive at Nabble.com.
