On Wed, Dec 28, 2011 at 4:01 PM, tanzek <[email protected]> wrote: > I run mahout in this way without maven installation. > > 2011/12/27 Verditer <[email protected]> > > > Hi All, Have a very basic question that I am unable to find an answer > and I > > am showing my lack of mahout knowledge here. > > > > The new Mahout Release 0.5 have compressed files like > > mahout-distribution-0.5.tar.gz which I assume are not source but they are > > binary distribution already maven build. > > In most of the Mahout installation tutorial I see the mention of maven > > build > > step to be performed before using mahout libraries or mahout examples. > > > > Can we use this binary distribution and skip maven building step to > install > > and run Mahout examples, because the distribution folder seems to have > all > > *job.jar and *.jar files and add all the jar files in lib folder into > > CLASSPATH. > > > > Thanks in Advance > > Verditer > > > > -- > > View this message in context: > > > http://lucene.472066.n3.nabble.com/Mahout-Installation-without-Building-From-Maven-tp3614479p3614479.html > > Sent from the Mahout User List mailing list archive at Nabble.com. >
I have been using the *.jar files in my web application's classpath. Whenever I make changes to any file, I do a mvn compile and an mvn install, so that the changes get reflected in the *.jar files. Hope you get it right? -- With Thanks and Regards, Ramprakash Ramamoorthy, Project Trainee, Zoho Corporation. +91 9626975420
