org.apache.mahout.classifier.bayes.mapreduce.common
Class JobExecutor
java.lang.Object
org.apache.mahout.classifier.bayes.mapreduce.common.JobExecutor
public final class JobExecutor
- extends Object
Base class for executing the Bayes Map/Reduce Jobs
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
execute
public static void execute(String[] args,
BayesJob job)
throws IOException
- Execute a bayes classification job. Input and output path are parsed from the input parameters.
- Parameters:
args
- input parameters.job
- the job to execute.
- Throws:
Exception
- any exception thrown at job execution.
IOException
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.