public class HadoopTwitterPreprocessingTool extends StageRunner
| Modifier and Type | Field and Description |
|---|---|
static String |
ARGS_KEY
where arguments are held
|
| Constructor and Description |
|---|
HadoopTwitterPreprocessingTool() |
| Modifier and Type | Method and Description |
|---|---|
void |
args(String[] args) |
org.apache.hadoop.fs.Path[] |
inputs() |
static void |
main(String[] args)
run the tool
|
org.apache.hadoop.fs.Path |
output() |
boolean |
shouldWait() |
Stage<?,?,?,?,?,?,?,?> |
stage() |
run, runMainpublic static final String ARGS_KEY
public HadoopTwitterPreprocessingTool()
public Stage<?,?,?,?,?,?,?,?> stage()
stage in class StageRunnerpublic org.apache.hadoop.fs.Path output()
output in class StageRunnerpublic org.apache.hadoop.fs.Path[] inputs() throws IOException
inputs in class StageRunnerIOExceptionpublic void args(String[] args) throws org.kohsuke.args4j.CmdLineException, IOException
args in class StageRunnerargs - arguments handed to the Tool.run(String[]). Given before
outputs, inputs or stages are asked for.org.kohsuke.args4j.CmdLineExceptionIOExceptionpublic boolean shouldWait()
shouldWait in class StageRunner