瀏覽代碼

AMBARI-7267 ATS SPNEGO HTTP keytab should be spnego.service.keytab (alejandro)

Alejandro Fernandez 11 年之前
父節點
當前提交
f3e76efe01
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      ambari-web/app/data/HDP2/secure_properties.js

+ 3 - 3
ambari-web/app/data/HDP2/secure_properties.js

@@ -516,10 +516,10 @@ module.exports =
     {
       "id": "puppet var",
       "name": "apptimelineserver_http_keytab",
-      "displayName": "Path to App Timeline Server HTTP keytab file",
+      "displayName": "Path to App Timeline Server SPNEGO HTTP keytab file",
       "value": "",
-      "defaultValue": "/etc/security/keytabs/yarn.service.keytab",
-      "description": "Path to App Timeline Server HTTP keytab file",
+      "defaultValue": "/etc/security/keytabs/spnego.service.keytab",
+      "description": "Path to App Timeline Server SPNEGO HTTP keytab file",
       "displayType": "directory",
       "isVisible": true,
       "isOverridable": true,