public class FindQuantilesTez extends FindQuantiles
EvalFunc.SchemaType
numQuantiles, QUANTILES_LIST, samples, WEIGHTED_PARTS
log, pigLogger, reporter, returnType
Constructor and Description |
---|
FindQuantilesTez() |
FindQuantilesTez(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 quantiles to generate
second field is the *sorted* bag of samples
|
protected long |
getMemorySize(Tuple t) |
allowCompileTimeCalculation, finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, outputSchema, progress, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
public FindQuantilesTez()
public FindQuantilesTez(java.lang.String[] args)
public java.util.Map<java.lang.String,java.lang.Object> exec(Tuple in) throws java.io.IOException
FindQuantiles
exec
in class FindQuantiles
in
- the Tuple to be processed.java.io.IOException
protected long getMemorySize(Tuple t)
Copyright © 2007-2012 The Apache Software Foundation