@InterfaceAudience.Public @InterfaceStability.Stable 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getLocations()Returns all the Paths where this input-split resides | 
| String | toString() | 
getJobgetLength, getLength, getLengths, getNumPaths, getOffset, getPath, getPaths, getStartOffsets, readFields, writegetLocationInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLengthreadFields, writepublic String[] getLocations() throws IOException
CombineFileSplitgetLocations in interface InputSplitgetLocations in class CombineFileSplitIOExceptionpublic String toString()
toString in class CombineFileSplitCopyright © 2017 Apache Software Foundation. All rights reserved.