public final class Job extends AbstractJob
argMap, inputFile, inputPath, outputFile, outputPath, tempPath| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static void |
run(org.apache.hadoop.fs.Path input,
org.apache.hadoop.fs.Path output,
DistributionDescription description,
int numModels,
int maxIterations,
double alpha0,
boolean emitMostLikely,
double threshold)
Run the job using supplied arguments, deleting the output directory if it exists beforehand
|
int |
run(String[] args) |
addFlag, addInputOption, addOption, addOption, addOption, addOption, addOutputOption, buildOption, buildOption, getAnalyzerClassFromOption, getCLIOption, getConf, getDimensions, getFloat, getFloat, getGroup, getInputFile, getInputPath, getInt, getInt, getOption, getOption, getOption, getOptions, getOutputFile, getOutputPath, getOutputPath, getTempPath, getTempPath, hasOption, keyFor, maybePut, parseArguments, parseArguments, parseDirectories, prepareJob, prepareJob, prepareJob, prepareJob, setConf, setS3SafeCombinedInputPath, shouldRunNextPhasepublic static void run(org.apache.hadoop.fs.Path input,
org.apache.hadoop.fs.Path output,
DistributionDescription description,
int numModels,
int maxIterations,
double alpha0,
boolean emitMostLikely,
double threshold)
throws Exception
input - the directory pathname for input pointsoutput - the directory pathname for output pointsdescription - the model distribution descriptionnumModels - the number of ModelsmaxIterations - the maximum number of iterationsalpha0 - the alpha0 value for the DirichletDistributionExceptionCopyright © 2008–2013 The Apache Software Foundation. All rights reserved.