Hi,
I am using hdp 2.1 with ambari 1.6. I am trying to enable kerberos security. I have followed the below document:-
But 2 of my services are not getting started – history server and resource manager and giving below same error :-
Service org.apache.hadoop.mapreduce.v2.hs.JobHistoryServer failed in state INITED; cause: org.apache.hadoop.yarn.exceptions.YarnRuntimeException: History Server Failed to login
Service ResourceManager failed in state STARTED; cause: org.apache.hadoop.yarn.exceptions.YarnRuntimeException: Failed to login
But my Manual kinit worked fine :-
$ kinit -kt /etc/security/keytabs/jhs.service.keytab jhs/test.poc.com@POC.COM
$ kinit -kt /etc/security/keytabs/rm.service.keytab rm/test.poc.com@POC.COM
How can I start my above services?