public class PartitionSkewedKeysTez extends PartitionSkewedKeys
EvalFunc.SchemaType
DEFAULT_PERCENT_MEMUSAGE, PARTITION_LIST, TOTAL_REDUCERS, totalReducers_
pigLogger, reporter, returnType
Constructor and Description |
---|
PartitionSkewedKeysTez() |
PartitionSkewedKeysTez(String[] args) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
exec(Tuple in)
first field in the input tuple is the number of reducers
second field is the *sorted* bag of samples
this should be called only once
|
getMemorySize
allowCompileTimeCalculation, finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLoadCaster, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, needEndOfAllInputProcessing, outputSchema, progress, setEndOfAllInput, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
public PartitionSkewedKeysTez()
public PartitionSkewedKeysTez(String[] args)
public Map<String,Object> exec(Tuple in) throws IOException
PartitionSkewedKeys
exec
in class PartitionSkewedKeys
in
- the Tuple to be processed.IOException
Copyright © 2007-2017 The Apache Software Foundation