|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputCommitter | |
---|---|
org.apache.hadoop.mapred | A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. |
Uses of OutputCommitter in org.apache.hadoop.mapred |
---|
Subclasses of OutputCommitter in org.apache.hadoop.mapred | |
---|---|
class |
FileOutputCommitter
An OutputCommitter that commits files specified
in job output directory i.e. |
Methods in org.apache.hadoop.mapred that return OutputCommitter | |
---|---|
OutputCommitter |
JobConf.getOutputCommitter()
Get the OutputCommitter implementation for the map-reduce job,
defaults to FileOutputCommitter if not specified explicitly. |
Method parameters in org.apache.hadoop.mapred with type arguments of type OutputCommitter | |
---|---|
void |
JobConf.setOutputCommitter(Class<? extends OutputCommitter> theClass)
Set the OutputCommitter implementation for the map-reduce job. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |