Package org.apache.hadoop.hive.io

Interface Summary
HiveIOExceptionHandler HiveIOExceptionHandler defines an interface that all io exception handler in Hive should implement.
 

Class Summary
HiveIOExceptionHandlerChain An exception handler chain that process the input exception by going through all exceptions defined in this chain one by one until either one exception handler returns true or it reaches the end of the chain.
HiveIOExceptionHandlerUtil  
HiveIOExceptionNextHandleResult A container to store handling results for exceptions produced in record reader's next().
 



Copyright © 2013 The Apache Software Foundation