public interface TezInput
Modifier and Type | Method and Description |
---|---|
void |
addInputsToSkip(Set<String> inputsToSkip)
Add to the list of inputs to skip download if already available in vertex cache
|
void |
attachInputs(Map<String,org.apache.tez.runtime.api.LogicalInput> inputs,
org.apache.hadoop.conf.Configuration conf)
Attach the inputs to the operator.
|
String[] |
getTezInputs() |
void |
replaceInput(String oldInputKey,
String newInputKey) |
String[] getTezInputs()
void addInputsToSkip(Set<String> inputsToSkip)
inputsToSkip
- void attachInputs(Map<String,org.apache.tez.runtime.api.LogicalInput> inputs, org.apache.hadoop.conf.Configuration conf) throws ExecException
inputs
- available inputsconf
- configurationExecException
Copyright © 2007-2017 The Apache Software Foundation