org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
Class NativeMapReduceOper
java.lang.Object
org.apache.pig.impl.plan.Operator<MROpPlanVisitor>
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceOper
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.NativeMapReduceOper
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<Operator>
public class NativeMapReduceOper
- extends MapReduceOper
- See Also:
- Serialized Form
Fields inherited from class org.apache.pig.impl.plan.Operator |
mKey |
Methods inherited from class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceOper |
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 |
NativeMapReduceOper
public NativeMapReduceOper(OperatorKey k,
String mrJar,
String[] parameters)
getJobNumber
public static int getJobNumber()
getJobId
public String getJobId()
getCommandString
public String getCommandString()
visit
public void visit(MROpPlanVisitor v)
throws VisitorException
- Description copied from class:
Operator
- Visit this node with the provided visitor. This should only be called by
the visitor class itself, never directly.
- Overrides:
visit
in class MapReduceOper
- Parameters:
v
- Visitor to visit with.
- Throws:
VisitorException
- if the visitor has a problem.
runJob
public void runJob()
throws JobCreationException
- Throws:
JobCreationException
name
public String name()
- Description copied from class:
MapReduceOper
- Uses the string representation of the
component plans to identify itself.
- Overrides:
name
in class MapReduceOper
Copyright © 2007-2012 The Apache Software Foundation