Description
Hive Runtime Error while closing operators: Hit error while closing ..
The MR job fails on this test. Unfortunately, the exception is not all that helpful.
I tracked this down to a class which attempts to close a stream that is already closed. Broken pipe exceptions are caught and not propagated further, but stream closed exception are not caught.