public class TransposeJob extends AbstractJob
argMap, inputFile, inputPath, outputFile, outputPath, tempPath| Constructor and Description |
|---|
TransposeJob() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.mapreduce.Job |
buildTransposeJob(org.apache.hadoop.conf.Configuration initialConf,
org.apache.hadoop.fs.Path matrixInputPath,
org.apache.hadoop.fs.Path matrixOutputPath,
int numInputRows) |
static org.apache.hadoop.mapreduce.Job |
buildTransposeJob(org.apache.hadoop.fs.Path matrixInputPath,
org.apache.hadoop.fs.Path matrixOutputPath,
int numInputRows) |
static void |
main(String[] args) |
int |
run(String[] strings) |
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 org.apache.hadoop.mapreduce.Job buildTransposeJob(org.apache.hadoop.fs.Path matrixInputPath,
org.apache.hadoop.fs.Path matrixOutputPath,
int numInputRows)
throws IOException
IOExceptionpublic static org.apache.hadoop.mapreduce.Job buildTransposeJob(org.apache.hadoop.conf.Configuration initialConf,
org.apache.hadoop.fs.Path matrixInputPath,
org.apache.hadoop.fs.Path matrixOutputPath,
int numInputRows)
throws IOException
IOExceptionCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.