You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ds...@apache.org on 2015/11/05 14:16:08 UTC

ambari git commit: AMBARI-13711 AMS HBase prinicpals for Master and RS need to have the same value (dsen)

Repository: ambari
Updated Branches:
  refs/heads/trunk f3f97311b -> abd6fb589


AMBARI-13711 AMS HBase prinicpals for Master and RS need to have the same value (dsen)


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

Branch: refs/heads/trunk
Commit: abd6fb589ae6cfb84782f1d275b90e3ec528ecc8
Parents: f3f9731
Author: Dmytro Sen <ds...@apache.org>
Authored: Thu Nov 5 15:15:46 2015 +0200
Committer: Dmytro Sen <ds...@apache.org>
Committed: Thu Nov 5 15:15:46 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/abd6fb58/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/kerberos.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/kerberos.json b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/kerberos.json
index 8753b1f..dac60f3 100644
--- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/kerberos.json
+++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/kerberos.json
@@ -14,7 +14,7 @@
             {
               "name": "ams_hbase_master_hbase",
               "principal": {
-                "value": "amshbasemaster/_HOST@${realm}",
+                "value": "amshbase/_HOST@${realm}",
                 "type": "service",
                 "configuration": "ams-hbase-security-site/hbase.master.kerberos.principal",
                 "local_username": "${ams-env/ambari_metrics_user}"
@@ -35,7 +35,7 @@
             {
               "name": "ams_hbase_regionserver_hbase",
               "principal": {
-                "value": "amshbasers/_HOST@${realm}",
+                "value": "amshbase/_HOST@${realm}",
                 "type": "service",
                 "configuration": "ams-hbase-security-site/hbase.regionserver.kerberos.principal",
                 "local_username": "${ams-env/ambari_metrics_user}"