|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HiveIOExceptionHandler
HiveIOExceptionHandler defines an interface that all io exception handler in Hive should implement. Different IO exception handlers can implement different logics based on the exception input into it.
Method Summary | |
---|---|
org.apache.hadoop.mapred.RecordReader<?,?> |
handleRecordReaderCreationException(Exception e)
process exceptions raised when creating a record reader. |
void |
handleRecorReaderNextException(Exception e,
HiveIOExceptionNextHandleResult result)
process exceptions thrown when calling rr's next |
Method Detail |
---|
org.apache.hadoop.mapred.RecordReader<?,?> handleRecordReaderCreationException(Exception e) throws IOException
e
-
IOException
void handleRecorReaderNextException(Exception e, HiveIOExceptionNextHandleResult result) throws IOException
e
- result
-
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |