### Eclipse Workspace Patch 1.0 #P hive_trunk Index: accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/Utils.java =================================================================== --- accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/Utils.java (revision 1619663) +++ accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/Utils.java (working copy) @@ -145,6 +145,8 @@ packagedClasses.put(entry.getName(), jar); } } + } catch( Exception e){ + throw new RuntimeException("updateMap failed.", e); } finally { if (null != zip) zip.close();