public class NativeMapReduceOper extends MapReduceOper
combinePlan, mapKeyType, mapPlan, phyToMRMap, reducePlan, scalars, UDFs
Constructor and Description |
---|
NativeMapReduceOper(OperatorKey k,
java.lang.String mrJar,
java.lang.String[] parameters) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandString() |
java.lang.String |
getJobId() |
static int |
getJobNumber() |
java.lang.String |
name()
Uses the string representation of the
component plans to identify itself.
|
void |
runJob() |
void |
visit(MROpPlanVisitor v)
Visit this node with the provided visitor.
|
combineSmallSplits, getCustomPartitioner, getOperationID, getQuantFile, getRankOperationId, getRequestedParallelism, getSecondarySortOrder, getSkewedJoin, getSkewedJoinPartitionFile, getSortOrder, getUseSecondaryKey, isCogroup, isCounterOperation, isEndOfAllInputSetInMap, isEndOfAllInputSetInReduce, isGlobalSort, isGroupBy, isIndexer, isLimitAfterSort, isLimitOnly, isMapDone, isRankOperation, isReduceDone, isRegularJoin, isRowNumber, isSampler, isSkewedJoin, isSplitter, markCogroup, markGroupBy, markIndexer, markRegularJoin, markSampler, needsDistinctCombiner, noCombineSmallSplits, setEndOfAllInputInMap, setEndOfAllInputInReduce, setGlobalSort, setLimitAfterSort, setLimitOnly, setMapDone, setMapDoneMultiple, setMapDoneSingle, setNeedsDistinctCombiner, setQuantFile, setReduceDone, setSecondarySortOrder, setSkewedJoin, setSkewedJoinPartitionFile, setSortOrder, setSplitter, setUseSecondaryKey, supportsMultipleInputs, supportsMultipleOutputs, useTypedComparator, usingTypedComparator
clone, compareTo, equals, getOperatorKey, getProjectionMap, hashCode, regenerateProjectionMap, rewire, toString, unsetProjectionMap
public NativeMapReduceOper(OperatorKey k, java.lang.String mrJar, java.lang.String[] parameters)
public static int getJobNumber()
public java.lang.String getJobId()
public java.lang.String getCommandString()
public void visit(MROpPlanVisitor v) throws VisitorException
Operator
visit
in class MapReduceOper
v
- Visitor to visit with.VisitorException
- if the visitor has a problem.public void runJob() throws JobCreationException
JobCreationException
public java.lang.String name()
MapReduceOper
name
in class MapReduceOper
Copyright © 2007-2012 The Apache Software Foundation