skrho created HIVE-7929:
---------------------------
Summary: close of ZipOutputStream in Utils#jarDir() should be
placed in finally block
Key: HIVE-7929
URL: https://issues.apache.org/jira/browse/HIVE-7929
Project: Hive
Issue Type: Bug
Affects Versions: 0.13.1
Reporter: skrho
Priority: Minor
In accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/Utils.java , line
308 :
zos.closeEntry();
zipDir(dir, relativePath, zos, true);
zos.close();
If exception is happened, ZipOutputStream would be left unclosed..
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)