EvalFunc.SchemaType
log, pigLogger, reporter, returnType
Constructor and Description |
---|
ReadScalarsTez(java.lang.String inputKey) |
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.Object |
exec(Tuple input)
This callback method must be implemented by all subclasses.
|
java.lang.String[] |
getTezInputs() |
void |
replaceInput(java.lang.String oldInputKey,
java.lang.String newInputKey) |
allowCompileTimeCalculation, finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, outputSchema, progress, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
public java.lang.String[] getTezInputs()
getTezInputs
in interface TezInput
public void replaceInput(java.lang.String oldInputKey, java.lang.String newInputKey)
replaceInput
in interface TezInput
public void addInputsToSkip(java.util.Set<java.lang.String> inputsToSkip)
TezInput
addInputsToSkip
in interface TezInput
public void attachInputs(java.util.Map<java.lang.String,LogicalInput> inputs, org.apache.hadoop.conf.Configuration conf) throws ExecException
attachInputs
in interface TezInput
ExecException
public java.lang.Object exec(Tuple input) throws java.io.IOException
EvalFunc
Copyright © 2007-2012 The Apache Software Foundation