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
@InterfaceAudience.Public
@InterfaceStability.Stable
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()
CombineFileSplit
public CombineFileSplit(JobConf job,
Path[] files,
long[] start,
long[] lengths,
String[] locations)
CombineFileSplit
public CombineFileSplit(JobConf job,
Path[] files,
long[] lengths)
CombineFileSplit
public CombineFileSplit(CombineFileSplit old)
throws IOException
- Copy constructor
- Throws:
IOException
getJob
public JobConf getJob()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.