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