You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2014/09/19 01:04:34 UTC

[jira] [Created] (HIVE-8185) hive-jdbc-0.14.0-SNAPSHOT-standalone.jar fails verification for signatures in build

Gopal V created HIVE-8185:
-----------------------------

             Summary: 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
            Priority: Critical


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)