Dmytro Grinenko created AMBARI-18321:
----------------------------------------
Summary: atlas hook for hive and storm fail to push metadeta
Key: AMBARI-18321
URL: https://issues.apache.org/jira/browse/AMBARI-18321
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: trunk
Reporter: Dmytro Grinenko
Priority: Critical
Fix For: trunk
1] On the upgraded cluster we added Atlas service
2] On submitting the storm topology,atlas hook fails to send metadata. Attached
logs [ storm_atlas.log] where connect to kafka is failing.
3] Hive hook is also failing with the same error as below
{code}
Caused by: javax.security.auth.login.LoginException: Could not login: the
client is being asked for a password, but the Kafka client code does not
currently support obtaining a password from the user. not available to garner
authentication information from the user
at
com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:940)
at
com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:760)
at
com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:617)
at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:755)
at
javax.security.auth.login.LoginContext.access$000(LoginContext.java:195)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:682)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:680)
at java.security.AccessController.doPrivileged(Native Method)
at
javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
at javax.security.auth.login.LoginContext.login(LoginContext.java:587)
at
org.apache.kafka.common.security.authenticator.AbstractLogin.login(AbstractLogin.java:69)
at
org.apache.kafka.common.security.kerberos.KerberosLogin.login(KerberosLogin.java:110)
at
org.apache.kafka.common.security.authenticator.LoginManager.<init>(LoginManager.java:46)
at
org.apache.kafka.common.security.authenticator.LoginManager.acquireLoginManager(LoginManager.java:68)
at
org.apache.kafka.common.network.SaslChannelBuilder.configure(SaslChannelBuilder.java:78)
... 18 more
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)