Author: yusaku
Date: Wed Jun  5 17:25:30 2013
New Revision: 1489971

URL: http://svn.apache.org/r1489971
Log:
AMBARI-2284. Log/PID Dirs should be displayed with user-friendly name and 
positioned near the top of Advanced. (Andrii Tkach via yusaku)

Modified:
    
incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_properties.js

Modified: 
incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_properties.js
URL: 
http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_properties.js?rev=1489971&r1=1489970&r2=1489971&view=diff
==============================================================================
--- 
incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_properties.js
 (original)
+++ 
incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_properties.js
 Wed Jun  5 17:25:30 2013
@@ -651,6 +651,30 @@ module.exports =
     },
     {
       "id": "puppet var",
+      "name": "mapred_log_dir_prefix",
+      "displayName": "Mapreduce Log Dir Prefix",
+      "description": "",
+      "defaultValue": "/var/log/hadoop-mapreduce",
+      "displayType": "directory",
+      "isVisible": true,
+      "domain": "global",
+      "serviceName": "MAPREDUCE2",
+      "category": "Advanced"
+    },
+    {
+      "id": "puppet var",
+      "name": "mapred_pid_dir_prefix",
+      "displayName": "Mapreduce PID Dir Prefix",
+      "description": "",
+      "defaultValue": "/var/run/hadoop-mapreduce",
+      "displayType": "directory",
+      "isVisible": true,
+      "domain": "global",
+      "serviceName": "MAPREDUCE2",
+      "category": "Advanced"
+    },
+    {
+      "id": "puppet var",
       "name": "mapred_hosts_include",
       "displayName": "Include hosts",
       "description": "Include enetered hosts",
@@ -726,6 +750,30 @@ module.exports =
       "category": "NodeManager",
       "index": 0
     },
+    {
+      "id": "puppet var",
+      "name": "yarn_log_dir_prefix",
+      "displayName": "YARN Log Dir Prefix",
+      "description": "",
+      "defaultValue": "/var/log/hadoop-yarn",
+      "displayType": "directory",
+      "isVisible": true,
+      "domain": "global",
+      "serviceName": "YARN",
+      "category": "Advanced"
+    },
+    {
+      "id": "puppet var",
+      "name": "yarn_pid_dir_prefix",
+      "displayName": "YARN PID Dir Prefix",
+      "description": "",
+      "defaultValue": "/var/run/hadoop-yarn",
+      "displayType": "directory",
+      "isVisible": true,
+      "domain": "global",
+      "serviceName": "YARN",
+      "category": "Advanced"
+    },
   
/**********************************************HBASE***************************************/
     {
       "id": "puppet var",


Reply via email to