public class SingleStagedJob extends StageRunner
Constructor and Description |
---|
SingleStagedJob(org.apache.hadoop.fs.Path[] inputs,
org.apache.hadoop.fs.Path output) |
SingleStagedJob(Stage<?,?,?,?,?,?,?,?> s,
org.apache.hadoop.fs.Path[] inputs,
org.apache.hadoop.fs.Path output) |
Modifier and Type | Method and Description |
---|---|
void |
args(String[] args) |
org.apache.hadoop.fs.Path[] |
inputs() |
org.apache.hadoop.fs.Path |
output() |
void |
setStage(Stage<?,?,?,?,?,?,?,?> stage) |
Stage<?,?,?,?,?,?,?,?> |
stage() |
run, runMain, shouldWait
public SingleStagedJob(org.apache.hadoop.fs.Path[] inputs, org.apache.hadoop.fs.Path output)
public SingleStagedJob(Stage<?,?,?,?,?,?,?,?> s, org.apache.hadoop.fs.Path[] inputs, org.apache.hadoop.fs.Path output)
public org.apache.hadoop.fs.Path output()
output
in class StageRunner
public org.apache.hadoop.fs.Path[] inputs()
inputs
in class StageRunner
public void args(String[] args)
args
in class StageRunner
args
- arguments handed to the Tool.run(String[])
. Given before
outputs, inputs or stages are asked for.public Stage<?,?,?,?,?,?,?,?> stage()
stage
in class StageRunner