Re: Installation question

2014-02-24 Thread Suneel Marthi
You run mvn install in the root folder only to build the entire project, the instructions could be wrong for all u know and may need to be updated. On Monday, February 24, 2014 2:32 AM, Mahmood Naderan nt_mahm...@yahoo.com wrote: Yes you are right. One more question. I ran mvn install in

Installation question

2014-02-23 Thread Mahmood Naderan
Hi, I have followed the steps stated in https://cwiki.apache.org/confluence/display/MAHOUT/BuildingMahout to install Mahout. However I get an error at mvn install hadoop@solaris:~/mahout-distribution-0.9$ mvn install [INFO] Scanning for projects... [INFO]

Re: Installation question

2014-02-23 Thread LEQUEUX Sylvain
Hi, Regarding the Maven message you get, it seems that there is no pom.xml file in your mahout-distribution-0.9 directory. What file did you download? The one suffixed by -src.zip or -src.targ.gz ? Could you try a simple 'ls' (or 'dir' if you are using windows) to see which files you have ? 

Re: Installation question

2014-02-23 Thread Mahmood Naderan
I have downloaded mahout-distribution-0.9.tar.gz and here is the content. hadoop@solaris:~/mahout-distribution-0.9$ ls bin  mahout-core-0.9.jar conf mahout-examples-0.9-job.jar docs mahout-examples-0.9.jar examples

Re: Installation question

2014-02-23 Thread Andrew Musselman
Try mahout-distribution-0.9-src.tar.gzhttp://mirrors.ibiblio.org/apache/mahout/0.9/mahout-distribution-0.9-src.tar.gz or mahout-distribution-0.9-src.ziphttp://mirrors.ibiblio.org/apache/mahout/0.9/mahout-distribution-0.9-src.zip if you want to build the project. The version you have contains

Re: Installation question

2014-02-23 Thread Mahmood Naderan
Yes you are right. One more question. I ran mvn install in the root folder of Mahout and the output shows all things are done [INFO] [INFO] Reactor Summary: [INFO] [INFO] Mahout Build Tools