I would like to run this code which I found in Mahout In Action:
package org.help;
import java.io.IOException;
import java.util.ArrayList;
import java.util.
if you will take code for examples from https://github.com/tdunning/MiA repository, then it contains ready to use pom.xml
file for Maven. And when you compile code with mvn package
, then it will create mia-0.1-job.jar
in the target
directory - this archive contains all dependencies, except Hadoop's, so you can run it on Hadoop cluster without problems