Hello, I've achieved to run a recommender over hadoop using the command line /bin/mahout org.apache.mahout.cf.taste.hadoop.item.RecommenderJob --input ..... I'm happy with it but now I want to launch this using Java.
What is the easiest way to do this ? I tried to run the MahoutDriver but it runs locally however I want to launch the job on an hadoop cluster. Regards. -- *Clément **Notin*
