public abstract class CLIMRPlugin extends CLIPlugin
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.hadoop.fs.Path |
outPath |
protected static CmdLineParser.Option |
outputPathOpt |
protected static CmdLineParser.Option |
reducersOpt |
protected int |
reduceTasks |
protected boolean |
verbose |
protected static CmdLineParser.Option |
verboseOpt |
| Modifier | Constructor and Description |
|---|---|
protected |
CLIMRPlugin(String commandName,
String description,
String version,
String usageParams,
List<Pair<CmdLineParser.Option,String>> optionDescs,
String longDescription) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cacheAndSetProperties(CmdLineParser parser)
Should be called before accessing any of the protected data such as
verbose.
|
getCommandName, getDescription, main, printUsage, runprotected boolean verbose
protected int reduceTasks
protected org.apache.hadoop.fs.Path outPath
protected static final CmdLineParser.Option reducersOpt
protected static final CmdLineParser.Option verboseOpt
protected static final CmdLineParser.Option outputPathOpt
public boolean cacheAndSetProperties(CmdLineParser parser)
Copyright © 2016. All rights reserved.