Chris Drome created HIVE-3631: --------------------------------- Summary: script_pipe.q fails when using JDK7 Key: HIVE-3631 URL: https://issues.apache.org/jira/browse/HIVE-3631 Project: Hive Issue Type: Bug Components: Tests Affects Versions: 0.10.0, 0.9.1 Reporter: Chris Drome Assignee: Chris Drome
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. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira