Package org.apache.hadoop.mapred.lib
Class CombineFileSplit
java.lang.Object
org.apache.hadoop.mapreduce.InputSplit
org.apache.hadoop.mapreduce.lib.input.CombineFileSplit
org.apache.hadoop.mapred.lib.CombineFileSplit
- All Implemented Interfaces:
Writable,InputSplit
- Direct Known Subclasses:
MultiFileSplit
-
Constructor Summary
ConstructorsConstructorDescriptionCombineFileSplit(JobConf job, Path[] files, long[] lengths) CombineFileSplit(JobConf job, Path[] files, long[] start, long[] lengths, String[] locations) Copy constructor -
Method Summary
Methods inherited from class org.apache.hadoop.mapreduce.lib.input.CombineFileSplit
getLength, getLength, getLengths, getLocations, getNumPaths, getOffset, getPath, getPaths, getStartOffsets, readFields, toString, writeMethods inherited from class org.apache.hadoop.mapreduce.InputSplit
getLocationInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.hadoop.mapred.InputSplit
getLength, getLocationsMethods inherited from interface org.apache.hadoop.io.Writable
readFields, write
-
Constructor Details
-
CombineFileSplit
public CombineFileSplit() -
CombineFileSplit
-
CombineFileSplit
-
CombineFileSplit
Copy constructor- Throws:
IOException
-
-
Method Details
-
getJob
-