Is it possible in Hadoop to ignore a file and continue reading the others? I am not talking about an exception thrown when a line is corrupted. I am talking about when an exception is thrown by the InputFormat's RecordReader. I want my job to continue and deal with that file later.
Thanks.