I have been playing around with the sandbox and am having an issue after i enabled kerberos where services were not starting.
I found that the reason is because it is trying to kinit like so:
/usr/bin/kinit -kt /etc/security/keytabs/smokeuser.headless.keytab [email protected];
And it should be:
/usr/bin/kinit -kt /etc/security/keytabs/smokeuser.headless.keytab [email protected];
(notice lowercase s in sandbox)
I have change it to lowercase in Ambari for the user "[email protected]" under hbase>configs>advanced but i cannot find where to change it for ambari-qa-Sandbox which causes Zookeeper not to start.