CombineFileSplit
instead@Deprecated public class MultiFileSplit extends CombineFileSplit
FileSplit
, MultiFileSplit
class does not represent a split of a file, but a split of input files
into smaller sets. The atomic unit of split is a file. RecordReader
's, with
reading one record per file.FileSplit
,
MultiFileInputFormat
Constructor and Description |
---|
MultiFileSplit(JobConf job,
Path[] files,
long[] lengths)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getLocations()
Deprecated.
Returns all the Paths where this input-split resides
|
String |
toString()
Deprecated.
|
getJob, getLength, getLength, getLengths, getNumPaths, getOffset, getPath, getPaths, getStartOffsets, readFields, write
public String[] getLocations() throws IOException
CombineFileSplit
getLocations
in interface InputSplit
getLocations
in class CombineFileSplit
InputSplit
is
located as an array of String
s.IOException
public String toString()
toString
in class CombineFileSplit
Copyright © 2010 The Apache Software Foundation