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, runMain
public static final String ARGS_KEY
public HadoopTwitterPreprocessingTool()
public Stage<?,?,?,?,?,?,?,?> stage()
stage
in class StageRunner
public org.apache.hadoop.fs.Path output()
output
in class StageRunner
public org.apache.hadoop.fs.Path[] inputs() throws IOException
inputs
in class StageRunner
IOException
public void args(String[] args) throws org.kohsuke.args4j.CmdLineException, IOException
args
in class StageRunner
args
- arguments handed to the Tool.run(String[])
. Given before
outputs, inputs or stages are asked for.org.kohsuke.args4j.CmdLineException
IOException
public boolean shouldWait()
shouldWait
in class StageRunner