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) |
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
ExecException
Copyright © 2007-2012 The Apache Software Foundation