Repository: ambari
Updated Branches:
  refs/heads/trunk 923bf81ae -> 1ef3c74b7


AMBARI-9747 Duplicate Custom properties to be removed and missing properties to 
be added - Ranger-Ambari. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: c4bbc30e5d2e3b1fed5384fefb0ec8219e69ec44
Parents: 923bf81
Author: aBabiichuk <ababiic...@cybervisiontech.com>
Authored: Mon Feb 23 16:20:46 2015 +0200
Committer: aBabiichuk <ababiic...@cybervisiontech.com>
Committed: Mon Feb 23 19:02:35 2015 +0200

----------------------------------------------------------------------
 ambari-web/app/data/HDP2.2/site_properties.js | 24 +++++++++++-----------
 1 file changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c4bbc30e/ambari-web/app/data/HDP2.2/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2.2/site_properties.js 
b/ambari-web/app/data/HDP2.2/site_properties.js
index 8ce4c0d..e34c289 100644
--- a/ambari-web/app/data/HDP2.2/site_properties.js
+++ b/ambari-web/app/data/HDP2.2/site_properties.js
@@ -138,7 +138,7 @@ hdp22properties.push(
   },
   {
     "id": "site property",
-    "name": "POLICY_USER",
+    "name": "policy_user",
     "value": "ambari-qa",
     "defaultValue": "ambari-qa",
     "displayName": "policy User for HDFS",
@@ -195,7 +195,7 @@ hdp22properties.push(
   },
   {
     "id": "site property",
-    "name": "POLICY_USER",
+    "name": "policy_user",
     "value": "ambari-qa",
     "defaultValue": "ambari-qa",
     "displayName": "policy User for HIVE",
@@ -262,7 +262,7 @@ hdp22properties.push(
   },
   {
     "id": "site property",
-    "name": "POLICY_USER",
+    "name": "policy_user",
     "value": "ambari-qa",
     "defaultValue": "ambari-qa",
     "displayName": "policy User for HBASE",
@@ -283,7 +283,7 @@ hdp22properties.push(
     "name": "REPOSITORY_CONFIG_USERNAME",
     "displayName": "Ranger repository config user",
     "filename": "ranger-hbase-plugin-properties.xml",
-    "category": "RepositoryConfigs",
+    "category": "Advanced ranger-hbase-plugin-properties",
     "serviceName": "HBASE"
   },
   {
@@ -329,7 +329,7 @@ hdp22properties.push(
   },
   {
     "id": "site property",
-    "name": "POLICY_USER",
+    "name": "policy_user",
     "value": "ambari-qa",
     "defaultValue": "ambari-qa",
     "displayName": "policy User for STORM",
@@ -386,7 +386,7 @@ hdp22properties.push(
   },
   {
     "id": "site property",
-    "name": "POLICY_USER",
+    "name": "policy_user",
     "value": "ambari-qa",
     "defaultValue": "ambari-qa",
     "displayName": "policy User for KNOX",
@@ -434,7 +434,7 @@ hdp22properties.push(
   
/**********************************************RANGER***************************************/
   {
     "id": "site property",
-    "name": "ambari_user_password",
+    "name": "ranger_admin_password",
     "displayName": "Ranger Admin user's password for Ambari",
     "defaultValue": "ambari",
     "isReconfigurable": true,
@@ -442,7 +442,7 @@ hdp22properties.push(
     "isOverridable": false,
     "isVisible": true,
     "serviceName": "RANGER",
-    "filename": "admin-properties.xml",
+    "filename": "ranger-env.xml",
     "category": "AdminSettings"
   },
   {
@@ -640,7 +640,7 @@ hdp22properties.push(
   },
   {
     "id": "puppet var",
-    "name": "unix_user",
+    "name": "ranger_user",
     "displayName": "Used to create user and assign permission",
     "defaultValue": "ranger",
     "isReconfigurable": true,
@@ -648,12 +648,12 @@ hdp22properties.push(
     "isOverridable": false,
     "isVisible": true,
     "serviceName": "RANGER",
-    "filename": "admin-properties.xml",
+    "filename": "ranger-env.xml",
     "category": "RangerSettings"
   },
   {
     "id": "puppet var",
-    "name": "unix_group",
+    "name": "ranger_group",
     "displayName": "Used to create group and assign permission",
     "defaultValue": "ranger",
     "isReconfigurable": true,
@@ -661,7 +661,7 @@ hdp22properties.push(
     "isOverridable": false,
     "isVisible": true,
     "serviceName": "RANGER",
-    "filename": "admin-properties.xml",
+    "filename": "ranger-env.xml",
     "category": "RangerSettings"
   },
   {

Reply via email to