public interface HiveIOExceptionHandler
Modifier and Type | Method and Description |
---|---|
<any> |
handleRecordReaderCreationException(java.lang.Exception e)
process exceptions raised when creating a record reader.
|
void |
handleRecorReaderNextException(java.lang.Exception e,
HiveIOExceptionNextHandleResult result)
process exceptions thrown when calling rr's next
|
<any> handleRecordReaderCreationException(java.lang.Exception e) throws java.io.IOException
e
- java.io.IOException
void handleRecorReaderNextException(java.lang.Exception e, HiveIOExceptionNextHandleResult result) throws java.io.IOException
e
- result
- java.io.IOException
Copyright © 2012 The Apache Software Foundation