Install Mahout without Internet

2014-06-25 Thread Adri Gómez
Hi, I have a cluster working with Mahout (0.7) and Hadoop (0.9). I have my own code working. Now, I want to do the same cluster in differents computers, but I do not have Internet so when I use the Maven install command I receive an error. Can I compile my code without internet using Maven? Is

Re: Install Mahout without Internet

2014-06-25 Thread Dominik Hübner
As long as your compiling machine has internet access you could build a fat jar with all dependencies as well http://stackoverflow.com/questions/574594/how-can-i-create-an-executable-jar-with-dependencies-using-maven On 25 Jun 2014, at 16:10, Adri Gómez adri12...@gmail.com wrote: Hi, I