public class POStoreTez extends POStore implements TezOutput, TezTaskConfigurable
PhysicalOperator.OriginalLocation
empty
alias, illustrator, input, inputAttached, inputs, lineageTracer, outputs, parentPlan, pigLogger, reporter, requestedParallelism, res, RESULT_EMPTY, RESULT_EOP, resultType
Constructor and Description |
---|
POStoreTez(OperatorKey k) |
POStoreTez(POStore copy) |
Modifier and Type | Method and Description |
---|---|
void |
attachOutputs(java.util.Map<java.lang.String,LogicalOutput> outputs,
org.apache.hadoop.conf.Configuration conf) |
Result |
getNextTuple() |
java.lang.String |
getOutputKey() |
java.lang.String[] |
getTezOutputs() |
void |
initialize(ProcessorContext processorContext) |
void |
replaceOutput(java.lang.String oldOutputKey,
java.lang.String newOutputKey) |
void |
setOutputKey(java.lang.String outputKey) |
cleanUp, disableCounter, getCacheFiles, getIndex, getInputSpec, getSchema, getSFile, getShipFiles, getSignature, getSortInfo, getStoreFunc, illustratorMarkup, isMultiStore, isTmpStore, name, setCacheFiles, setDisableCounter, setIndex, setInputSpec, setIsTmpStore, setMultiStore, setSchema, setSFile, setShipFiles, setSignature, setSortInfo, setStoreFunc, setStoreImpl, setUp, supportsMultipleInputs, supportsMultipleOutputs, tearDown, visit
addOriginalLocation, addOriginalLocation, attachInput, clone, cloneHelper, copyAliasFrom, detachInput, getAlias, getAliasString, getIllustrator, getInputs, getLogger, getNext, getNextBigDecimal, getNextBigInteger, getNextBoolean, getNextDataBag, getNextDataByteArray, getNextDateTime, getNextDouble, getNextFloat, getNextInteger, getNextLong, getNextMap, getNextString, getOriginalLocations, getPigLogger, getReporter, getRequestedParallelism, getResultType, isAccumStarted, isAccumulative, isBlocking, isInputAttached, processInput, reset, setAccumEnd, setAccumStart, setAccumulative, setIllustrator, setInputs, setParentPlan, setPigLogger, setReporter, setRequestedParallelism, setResultType, staticDataCleanup
compareTo, equals, getOperatorKey, getProjectionMap, hashCode, regenerateProjectionMap, rewire, toString, unsetProjectionMap
public POStoreTez(OperatorKey k)
public POStoreTez(POStore copy)
public java.lang.String getOutputKey()
public void setOutputKey(java.lang.String outputKey)
public java.lang.String[] getTezOutputs()
getTezOutputs
in interface TezOutput
public void initialize(ProcessorContext processorContext) throws ExecException
initialize
in interface TezTaskConfigurable
ExecException
public void replaceOutput(java.lang.String oldOutputKey, java.lang.String newOutputKey)
replaceOutput
in interface TezOutput
public void attachOutputs(java.util.Map<java.lang.String,LogicalOutput> outputs, org.apache.hadoop.conf.Configuration conf) throws ExecException
attachOutputs
in interface TezOutput
ExecException
public Result getNextTuple() throws ExecException
getNextTuple
in class POStore
ExecException
Copyright © 2007-2012 The Apache Software Foundation