Package org.apache.hadoop.mapred
Interface InputSplitWithLocationInfo
- All Superinterfaces:
InputSplit,Writable
- All Known Implementing Classes:
FileSplit
-
Method Summary
Modifier and TypeMethodDescriptionGets info about which nodes the input split is stored on and how it is stored at each location.Methods inherited from interface org.apache.hadoop.mapred.InputSplit
getLength, getLocationsMethods inherited from interface org.apache.hadoop.io.Writable
readFields, write
-
Method Details
-
getLocationInfo
Gets info about which nodes the input split is stored on and how it is stored at each location.- Returns:
- list of
SplitLocationInfos describing how the split data is stored at each location. A null value indicates that all the locations have the data stored on disk. - Throws:
IOException
-