Interface InputSplitWithLocationInfo

All Superinterfaces:
InputSplit, Writable
All Known Implementing Classes:
FileSplit

@Public @Evolving public interface InputSplitWithLocationInfo extends InputSplit
  • Method Details

    • getLocationInfo

      SplitLocationInfo[] getLocationInfo() throws IOException
      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