You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/08/14 00:47:18 UTC

git commit: AMBARI-2882. run and log folders should not be allowed to change post installation (MAPREDUCE2). (onechiporenko via yusaku)

Updated Branches:
  refs/heads/trunk cb4f8f4eb -> 177f55588


AMBARI-2882. run and log folders should not be allowed to change post installation (MAPREDUCE2). (onechiporenko via yusaku)


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

Branch: refs/heads/trunk
Commit: 177f5558817b4d85c90202ef8140524e45c15de4
Parents: cb4f8f4
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Tue Aug 13 15:46:46 2013 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Tue Aug 13 15:46:46 2013 -0700

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/config_properties.js | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/177f5558/ambari-web/app/data/HDP2/config_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2/config_properties.js b/ambari-web/app/data/HDP2/config_properties.js
index e922f29..4f5ea20 100644
--- a/ambari-web/app/data/HDP2/config_properties.js
+++ b/ambari-web/app/data/HDP2/config_properties.js
@@ -619,6 +619,7 @@ module.exports =
       "defaultValue": "/var/log/hadoop-mapreduce",
       "displayType": "directory",
       "isVisible": true,
+      "isReconfigurable": false,
       "domain": "global",
       "serviceName": "MAPREDUCE2",
       "category": "Advanced"
@@ -631,6 +632,7 @@ module.exports =
       "defaultValue": "/var/run/hadoop-mapreduce",
       "displayType": "directory",
       "isVisible": true,
+      "isReconfigurable": false,
       "domain": "global",
       "serviceName": "MAPREDUCE2",
       "category": "Advanced"
@@ -719,6 +721,7 @@ module.exports =
       "description": "",
       "defaultValue": "/var/log/hadoop-yarn",
       "displayType": "directory",
+      "isReconfigurable": false,
       "isVisible": true,
       "domain": "global",
       "serviceName": "YARN",
@@ -732,6 +735,7 @@ module.exports =
       "defaultValue": "/var/run/hadoop-yarn",
       "displayType": "directory",
       "isVisible": true,
+      "isReconfigurable": false,
       "domain": "global",
       "serviceName": "YARN",
       "category": "Advanced"