David Karoly created HIVE-14370: ----------------------------------- Summary: printStackTrace() called in Operator.close() Key: HIVE-14370 URL: https://issues.apache.org/jira/browse/HIVE-14370 Project: Hive Issue Type: Bug Reporter: David Karoly Priority: Minor
Operator.close() calls printStackTrace() if something goes wrong, making the stack trace go to stderr instead of logs and losing the timestamp. We should use LOG.warn instead. -- This message was sent by Atlassian JIRA (v6.3.4#6332)