How do I build/run this simple Mahout program without getting exceptions?

You need to use the “job” JAR file provided by Mahout. It packages up all the dependencies. You need to add your classes to it too. This is how all the Mahout examples work. You shouldn’t put Mahout jars in the Hadoop lib since that sort of “installs” a program too deeply in Hadoop.

Leave a Comment