Repository: ambari
Updated Branches:
  refs/heads/trunk 212aa9b50 -> 340d93e99


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/340d93e9
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/340d93e9
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/340d93e9

Branch: refs/heads/trunk
Commit: 340d93e993a4f8fd9215d2cce0992fdf9b1142f3
Parents: 212aa9b
Author: Robert Levas <[email protected]>
Authored: Wed Feb 25 15:01:24 2015 -0500
Committer: Robert Levas <[email protected]>
Committed: Wed Feb 25 15:01:24 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/340d93e9/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",

Reply via email to