Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ambari Wizards fail due to being unable to interpret KDC service responses #1

Open
aperepel opened this issue Apr 28, 2015 · 1 comment

Comments

@aperepel
Copy link

When running through the YARN HA wizard it failed to proceed after 'service kadmin start'. The command didn't produce [ok] output, which could be the root cause. Had to manually restart KDC and kick the wizard again.

[root@gehdp01 ~]# service kadmin start
Starting Kerberos 5 Admin Server:
[root@gehdp01 ~]# service kadmin status
kadmind (pid  9374) is running...
[root@gehdp01 ~]# /etc/rc.d/init.d/krb5kdc start
Starting Kerberos 5 KDC:
[root@gehdp01 ~]# /etc/rc.d/init.d/kadmin start
Starting Kerberos 5 Admin Server:
[root@gehdp01 ~]# service kadmin restart
Stopping Kerberos 5 Admin Server:                          [  OK  ]
Starting Kerberos 5 Admin Server:                          [  OK  ]
[root@gehdp01 ~]# service krb5kdc restart
Stopping Kerberos 5 KDC:                                   [  OK  ]
Starting Kerberos 5 KDC:                                   [  OK  ]
[root@gehdp01 ~]#
@abajwa-hw
Copy link
Contributor

Hi Andrew, I have updated KDC service to use pid file instead of "service krb5kdc status". Can you check if this resolves the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants