public class PartitionSkewedKeysTez extends PartitionSkewedKeys
EvalFunc.SchemaType
DEFAULT_PERCENT_MEMUSAGE, PARTITION_LIST, TOTAL_REDUCERS, totalReducers_
pigLogger, reporter, returnType
Constructor and Description |
---|
PartitionSkewedKeysTez() |
PartitionSkewedKeysTez(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.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, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, outputSchema, progress, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
public PartitionSkewedKeysTez()
public PartitionSkewedKeysTez(java.lang.String[] args)
public java.util.Map<java.lang.String,java.lang.Object> exec(Tuple in) throws java.io.IOException
PartitionSkewedKeys
exec
in class PartitionSkewedKeys
in
- the Tuple to be processed.java.io.IOException
Copyright © 2007-2012 The Apache Software Foundation