AMBARI-12351. SecondaryNameNode alert not working with SPNEGO enabled cluster 
(aonishuk)


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

Branch: refs/heads/branch-2.1
Commit: dc223c33879f789993cf5c18c1f854ff4c603d00
Parents: fa206f7
Author: Andrew Onishuk <aonis...@hortonworks.com>
Authored: Thu Jul 9 13:42:06 2015 +0300
Committer: Andrew Onishuk <aonis...@hortonworks.com>
Committed: Thu Jul 9 13:42:06 2015 +0300

----------------------------------------------------------------------
 .../src/main/resources/common-services/HDFS/2.1.0.2.0/alerts.json  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/dc223c33/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/alerts.json
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/alerts.json 
b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/alerts.json
index f5a10f6..477fd95 100644
--- 
a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/alerts.json
+++ 
b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/alerts.json
@@ -476,6 +476,8 @@
           "uri": {
             "http": "{{hdfs-site/dfs.namenode.secondary.http-address}}",
             "https": "{{hdfs-site/dfs.namenode.secondary.https-address}}",
+            "kerberos_keytab": 
"{{hdfs-site/dfs.web.authentication.kerberos.keytab}}",
+            "kerberos_principal": 
"{{hdfs-site/dfs.web.authentication.kerberos.principal}}",
             "https_property": "{{hdfs-site/dfs.http.policy}}",
             "https_property_value": "HTTPS_ONLY"
           },

Reply via email to