Repository: ambari Updated Branches: refs/heads/branch-2.0.0 ee3712471 -> be4c198ad
AMBARI-9786. Local user mapping for hdfs headless principal not set in Kerberos descriptor (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/be4c198a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/be4c198a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/be4c198a Branch: refs/heads/branch-2.0.0 Commit: be4c198adc5bd1f29513b10a758f6c17f0f14dde Parents: ee37124 Author: Robert Levas <[email protected]> Authored: Wed Feb 25 15:02:48 2015 -0500 Committer: Robert Levas <[email protected]> Committed: Wed Feb 25 15:02:48 2015 -0500 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.0.6/kerberos.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/be4c198a/ambari-server/src/main/resources/stacks/HDP/2.0.6/kerberos.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/kerberos.json b/ambari-server/src/main/resources/stacks/HDP/2.0.6/kerberos.json index 271fffd..027c20b 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/kerberos.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/kerberos.json @@ -27,7 +27,8 @@ "principal": { "value": "${hadoop-env/hdfs_user}@${realm}", "type" : "user" , - "configuration": "hadoop-env/hdfs_principal_name" + "configuration": "hadoop-env/hdfs_principal_name", + "local_username" : "${hadoop-env/hdfs_user}" }, "keytab": { "file": "${keytab_dir}/hdfs.headless.keytab", @@ -47,7 +48,8 @@ "principal": { "value": "${cluster-env/smokeuser}@${realm}", "type" : "user", - "configuration": "cluster-env/smokeuser_principal_name" + "configuration": "cluster-env/smokeuser_principal_name", + "local_username" : "${cluster-env/smokeuser}" }, "keytab": { "file": "${keytab_dir}/smokeuser.headless.keytab",
