Daniel, Mahout is oriented towards hadoop.
Mahout provides a series of 'driver' main classes that you can launch with with the 'hadoop' command. There's also a 'mahout' command that serves to shorten the command lines compared to the hadoop command. If you need to use Mahout's map and reduce pieces into more complex hadoop jobs of your own, you need to look at the sources. https://cwiki.apache.org/confluence/display/MAHOUT/Quickstart On Sat, Apr 9, 2011 at 3:12 PM, Daniel McEnnis <[email protected]> wrote: > I understand I need to use a driver program - I can not execute > directly on Mahout from my own main. How do I load my program into > mahout to be executed? The Driver class does not seem to have the > 'jar' program for executing arbitrary programs like Hadoop does. > > Daniel. >
