The help docs say I type mvn -q exec:java -Dexec.mainClass="org.apache.mahout.classifier.bayes.mapreduce.bayes.<JOB>" -Dexec.args="<OPTIONS>"
to test on single machine. What is JOB here? and what are the options? I have the input vector generated. I assume -i path/to would be one of the options argument.
