Created on 02-09-2017 01:19 AM - edited 09-16-2022 04:02 AM
Do I need to set the password on some configuration files when I change the service user account passwords (hdfs,yarn,mapred,hbase,oozie,hive etc.)?
Created 02-09-2017 04:03 PM
Services are started by ambari-sudo.sh, and if you see /etc/shadow these users don't have any password.
So you shouldn't have to set the password anywhere.
But if you enable security in the cluster and you want to have these passwords for kinit, you will have to manually create all services keytabs instead of the keytab generated by ambari which have random keys.
Created 02-09-2017 04:03 PM
Services are started by ambari-sudo.sh, and if you see /etc/shadow these users don't have any password.
So you shouldn't have to set the password anywhere.
But if you enable security in the cluster and you want to have these passwords for kinit, you will have to manually create all services keytabs instead of the keytab generated by ambari which have random keys.
Created 02-10-2017 02:14 AM
Thank you that was well answered.