You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2016/09/13 11:02:46 UTC

ambari git commit: AMBARI-18148 Kerberos UI labels should be specific to differentiate between SPARK and SPARK2 properties. (ababiichuk)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 e699b87fb -> 6c638b621


AMBARI-18148 Kerberos UI labels should be specific to differentiate between SPARK and SPARK2 properties. (ababiichuk)


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

Branch: refs/heads/branch-2.5
Commit: 6c638b621c0102d361962c5d91a28113aa3ad648
Parents: e699b87
Author: ababiichuk <ab...@hortonworks.com>
Authored: Tue Sep 13 13:57:18 2016 +0300
Committer: ababiichuk <ab...@hortonworks.com>
Committed: Tue Sep 13 13:57:28 2016 +0300

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/kerberos_identities.js | 22 ++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6c638b62/ambari-web/app/data/HDP2/kerberos_identities.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2/kerberos_identities.js b/ambari-web/app/data/HDP2/kerberos_identities.js
index be0b826..8af6702 100644
--- a/ambari-web/app/data/HDP2/kerberos_identities.js
+++ b/ambari-web/app/data/HDP2/kerberos_identities.js
@@ -87,29 +87,43 @@ module.exports = {
       "name": "spark.history.kerberos.principal",
       "displayName": "Spark user principal",
       "category": "Ambari Principals",
-      "filename": "spark-env.xml",
+      "filename": "spark-defaults.xml",
       "index": 10
     },
     {
       "name": "spark.history.kerberos.keytab",
       "displayName": "Spark user keytab",
       "category": "Ambari Principals",
-      "filename": "spark-env.xml",
+      "filename": "spark-defaults.xml",
       "index": 11
     },
     {
+      "name": "spark.history.kerberos.principal",
+      "displayName": "Spark2 user principal",
+      "category": "Ambari Principals",
+      "filename": "spark2-defaults.xml",
+      "index": 12
+    },
+    {
+      "name": "spark.history.kerberos.keytab",
+      "displayName": "Spark2 user keytab",
+      "category": "Ambari Principals",
+      "filename": "spark2-defaults.xml",
+      "index": 13
+    },
+    {
       "name": "storm_principal_name",
       "displayName": "Storm user principal",
       "category": "Ambari Principals",
       "filename": "storm-env.xml",
-      "index": 12
+      "index": 14
     },
     {
       "name": "storm_keytab",
       "displayName": "Storm user keytab",
       "category": "Ambari Principals",
       "filename": "storm-env.xml",
-      "index": 13
+      "index": 15
     }
   ]
 };