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, shouldWaitpublic 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 StageRunnerpublic org.apache.hadoop.fs.Path[] inputs()
inputs in class StageRunnerpublic void args(String[] args)
args in class StageRunnerargs - arguments handed to the Tool.run(String[]). Given before
outputs, inputs or stages are asked for.public Stage<?,?,?,?,?,?,?,?> stage()
stage in class StageRunner