[ https://issues.apache.org/jira/browse/HIVE-8185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14142158#comment-14142158 ]
Deepesh Khandelwal commented on HIVE-8185: ------------------------------------------ Thanks Gopal and Ashutosh! > hive-jdbc-0.14.0-SNAPSHOT-standalone.jar fails verification for signatures in > build > ----------------------------------------------------------------------------------- > > Key: HIVE-8185 > URL: https://issues.apache.org/jira/browse/HIVE-8185 > Project: Hive > Issue Type: Bug > Components: JDBC > Affects Versions: 0.14.0 > Reporter: Gopal V > Assignee: Deepesh Khandelwal > Priority: Critical > Fix For: 0.14.0 > > Attachments: HIVE-8185.1.patch, HIVE-8185.2.patch > > > In the current build, running > {code} > jarsigner --verify ./lib/hive-jdbc-0.14.0-SNAPSHOT-standalone.jar > Jar verification failed. > {code} > unless that jar is removed from the lib dir, all hive queries throw the > following error > {code} > Exception in thread "main" java.lang.SecurityException: Invalid signature > file digest for Manifest main attributes > at > sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:240) > at > sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:193) > at java.util.jar.JarVerifier.processEntry(JarVerifier.java:305) > at java.util.jar.JarVerifier.update(JarVerifier.java:216) > at java.util.jar.JarFile.initializeVerifier(JarFile.java:345) > at java.util.jar.JarFile.getInputStream(JarFile.java:412) > at > sun.misc.URLClassPath$JarLoader$2.getInputStream(URLClassPath.java:775) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)