You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2015/06/15 05:00:28 UTC

ambari git commit: AMBARI-11909. some old settings from previous configurations still existed in kerberos.json file (Jonathan Maron via rlevas)

Repository: ambari
Updated Branches:
  refs/heads/trunk b8ddd2341 -> 18ef979bd


AMBARI-11909. some old settings from previous configurations still existed in kerberos.json file (Jonathan Maron via rlevas)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/18ef979b
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/18ef979b
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/18ef979b

Branch: refs/heads/trunk
Commit: 18ef979bdc18dc10063edea1e002a127ef62b447
Parents: b8ddd23
Author: Jonathan Maron <jm...@hortonworks.com>
Authored: Sun Jun 14 23:00:10 2015 -0400
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Sun Jun 14 23:00:10 2015 -0400

----------------------------------------------------------------------
 .../main/resources/common-services/ATLAS/0.1.0.2.3/kerberos.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/18ef979b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/kerberos.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/kerberos.json b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/kerberos.json
index ff82d52..087fc93 100644
--- a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/kerberos.json
+++ b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/kerberos.json
@@ -24,12 +24,12 @@
                 "value": "atlas/_HOST@${realm}",
                 "type" : "service",
                 "configuration": "application-properties/atlas.authentication.principal",
-                "local_username" : "${metadata-env/metadata_user}"
+                "local_username" : "${atlas-env/metadata_user}"
               },
               "keytab": {
                 "file": "${keytab_dir}/atlas.service.keytab",
                 "owner": {
-                  "name": "${metadata-env/metadata_user}",
+                  "name": "${atlas-env/metadata_user}",
                   "access": "r"
                 },
                 "group": {