[
https://issues.apache.org/jira/browse/AMBARI-24767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16649154#comment-16649154
]
Hudson commented on AMBARI-24767:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-branch-2.7 #360 (See
[https://builds.apache.org/job/Ambari-branch-2.7/360/])
AMBARI-24767. Error while starting Timeline v2 Reader during Move (github:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=1f897a61ebf52d054ddcb1225eeb7253aca620fd])
* (edit) ambari-web/app/controllers/main/service/reassign_controller.js
* (edit) ambari-web/app/controllers/main/service/reassign/step3_controller.js
> Error while starting Timeline v2 Reader during Move operation
> -------------------------------------------------------------
>
> Key: AMBARI-24767
> URL: https://issues.apache.org/jira/browse/AMBARI-24767
> Project: Ambari
> Issue Type: Task
> Components: ambari-web
> Affects Versions: 2.7.0
> Reporter: Attila Magyar
> Assignee: Attila Magyar
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.3
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> # Deployed HDP-3.0.3 HA cluster with Ambari-2.7.3 (Active RM and Timeline v2
> Reader are on the same host)
> # Under Yarn --> Service Actions - choose to Move Timeline Service V2.0
> Reader. Pick a new host and let the move operation complete
> {code}
> 2018-10-11 13:04:33,887 ERROR reader.TimelineReaderServer
> (TimelineReaderServer.java:startTimelineReaderServer(236)) - Error starting
> TimelineReaderWebServer
> org.apache.hadoop.yarn.exceptions.YarnRuntimeException: Failed to login from
> keytab
> at
> org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderServer.serviceInit(TimelineReaderServer.java:88)
> at
> org.apache.hadoop.service.AbstractService.init(AbstractService.java:164)
> at
> org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderServer.startTimelineReaderServer(TimelineReaderServer.java:233)
> at
> org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderServer.main(TimelineReaderServer.java:246)
> Caused by: org.apache.hadoop.security.KerberosAuthException: failure to
> login: for principal:
> yarn/[email protected] from keytab
> /etc/security/keytabs/yarn.service.keytab
> javax.security.auth.login.LoginException: Unable to obtain password from user
> at
> org.apache.hadoop.security.UserGroupInformation.doSubjectLogin(UserGroupInformation.java:1847)
> at
> org.apache.hadoop.security.UserGroupInformation.loginUserFromKeytabAndReturnUGI(UserGroupInformation.java:1215)
> at
> org.apache.hadoop.security.UserGroupInformation.loginUserFromKeytab(UserGroupInformation.java:1008)
> at org.apache.hadoop.security.SecurityUtil.login(SecurityUtil.java:313)
> at
> org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderServer.serviceInit(TimelineReaderServer.java:85)
> ... 3 more
> Caused by: javax.security.auth.login.LoginException: Unable to obtain
> password from user
> at
> com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:897)
> 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.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> 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.hadoop.security.UserGroupInformation$HadoopLoginContext.login(UserGroupInformation.java:1926)
> at
> org.apache.hadoop.security.UserGroupInformation.doSubjectLogin(UserGroupInformation.java:1837)
> ... 7 more
> 2018-10-11 13:04:33,890 INFO util.ExitUtil (ExitUtil.java:terminate(210)) -
> Exiting with status -1: Error starting TimelineReaderWebServer
> 2018-10-11 13:04:33,894 INFO reader.TimelineReaderServer
> (LogAdapter.java:info(51)) - SHUTDOWN_MSG:
> /************************************************************
> SHUTDOWN_MSG: Shutting down TimelineReaderServer at
> ctr-e138-1518143905142-517945-01-000002.hwx.site/172.27.74.4
> ************************************************************/
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)