Class FileInputFormat.InputSplitOpenThread

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    FileInputFormat<OT>

    public static class FileInputFormat.InputSplitOpenThread
    extends Thread
    Obtains a DataInputStream in an thread that is not interrupted. This is a necessary hack around the problem that the HDFS client is very sensitive to InterruptedExceptions.