Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save toddlipcon/94d92f182a76f6d85411ea043e56a65a to your computer and use it in GitHub Desktop.
Save toddlipcon/94d92f182a76f6d85411ea043e56a65a to your computer and use it in GitHub Desktop.
"pool-5-thread-200" #435 prio=5 os_prio=0 tid=0x00007fba6ab3b800 nid=0x4f7f runnable [0x00007fba2d654000]
java.lang.Thread.State: RUNNABLE
at sun.security.provider.DigestBase.engineDigest(DigestBase.java:158)
at java.security.MessageDigest$Delegate.engineDigest(MessageDigest.java:592)
at java.security.MessageDigest.digest(MessageDigest.java:365)
at com.sun.crypto.provider.PBES1Core.deriveCipherKey(PBES1Core.java:309)
at com.sun.crypto.provider.PBES1Core.init(PBES1Core.java:244)
at com.sun.crypto.provider.PBES1Core.init(PBES1Core.java:331)
at com.sun.crypto.provider.PBEWithMD5AndTripleDESCipher.engineInit(PBEWithMD5AndTripleDESCipher.java:238)
at javax.crypto.Cipher.init(Cipher.java:1536)
at javax.crypto.Cipher.init(Cipher.java:1469)
at com.sun.crypto.provider.KeyProtector.unseal(KeyProtector.java:349)
at com.sun.crypto.provider.JceKeyStore.engineGetKey(JceKeyStore.java:136)
at java.security.KeyStore.getKey(KeyStore.java:1023)
at org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.getCredentialEntry(AbstractJavaKeyStoreProvider.java:191)
at org.apache.hadoop.conf.Configuration.getCredentialEntry(Configuration.java:1987)
at org.apache.hadoop.conf.Configuration.getPasswordFromCredentialProviders(Configuration.java:2034)
at org.apache.hadoop.conf.Configuration.getPassword(Configuration.java:1967)
at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.hadoop.hive.shims.Hadoop23Shims.getPassword(Hadoop23Shims.java:1148)
at org.apache.hadoop.hive.metastore.ObjectStore.getDataSourceProps(ObjectStore.java:398)
at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:279)
at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:73)
at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:133)
at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:62)
at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:71)
at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.newRawStore(HiveMetaStore.java:692)
at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.getMS(HiveMetaStore.java:670)
at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.get_all_databases(HiveMetaStore.java:1305)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment