You could just run the main() method with an array of the same arguments you
passed on the command line. It's a little ugly but entirely works.

2011/8/10 Clément Notin <clement.no...@gmail.com>

> 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*
>

Reply via email to