Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

Hive reports manifest security exception after upgrade to 5.7

avatar
Contributor

Recently upgraded from 5.5 to 5.7. When I execute hive commands from the command line, I now get the following exception. The line it throws this on calls "Logger.getLogger("org.apache.hadoop.hbase");". Can anyone tell me why this is, and what I can do to make this go away?

 

 

log4j:WARN Caught Exception while in Loader.getResource. This may be innocuous.
java.lang.SecurityException: Invalid signature file digest for Manifest main attributes
	at sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:286)
	at sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:239)

....
	at org.apache.log4j.helpers.Loader.getResource(Loader.java:97)
	at org.apache.log4j.LogManager.<clinit>(LogManager.java:107)
	at org.apache.log4j.Logger.getLogger(Logger.java:104)
	at org.apache.hadoop.hbase.util.MapreduceDependencyClasspathTool.main(MapreduceDependencyClasspathTool.java:66)
2016-04-25 16:04:10,850 WARN  [main] mapreduce.TableMapReduceUtil: The hbase-prefix-tree module jar containing PrefixTreeCodec is not present.  Continuing without it.

 

Who agreed with this topic