Class HadoopInputSplit

    • Constructor Detail

      • HadoopInputSplit

        public HadoopInputSplit​(int splitNumber,
                                org.apache.hadoop.mapred.InputSplit hInputSplit,
                                @Nullable
                                org.apache.hadoop.mapred.JobConf jobconf)
    • Method Detail

      • getHostnames

        public String[] getHostnames()
        Description copied from class: LocatableInputSplit
        Returns the names of the hosts storing the data this input split refers to
        Overrides:
        getHostnames in class LocatableInputSplit
        Returns:
        the names of the hosts storing the data this input split refers to
      • getHadoopInputSplit

        public org.apache.hadoop.mapred.InputSplit getHadoopInputSplit()
      • getJobConf

        public org.apache.hadoop.mapred.JobConf getJobConf()