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
Deprecated. Use
CombineFileSplit
@Deprecated
public class CombineFileSplit
- extends CombineFileSplit
- implements InputSplit
Methods inherited from class org.apache.hadoop.mapreduce.lib.input.CombineFileSplit |
getLength, getLength, getLengths, getLocations, getNumPaths, getOffset, getPath, getPaths, getStartOffsets, readFields, toString, write |
CombineFileSplit
public CombineFileSplit()
- Deprecated.
CombineFileSplit
public CombineFileSplit(JobConf job,
Path[] files,
long[] lengths)
- Deprecated.
getJob
public JobConf getJob()
- Deprecated.
Copyright © 2009 The Apache Software Foundation