Updated Branches: refs/heads/branch-1.4.2 7bbc40a46 -> 7083e262b
AMBARI-3899: "HDFS Short-circuit read" config property is repeated Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7083e262 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7083e262 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7083e262 Branch: refs/heads/branch-1.4.2 Commit: 7083e262b5766dd5d99ed6c1736e90b351ec6895 Parents: 7bbc40a Author: Jaimin Jetly <[email protected]> Authored: Tue Nov 26 18:54:31 2013 -0800 Committer: Jaimin Jetly <[email protected]> Committed: Tue Nov 26 18:54:37 2013 -0800 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/global_properties.js | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7083e262/ambari-web/app/data/HDP2/global_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/global_properties.js b/ambari-web/app/data/HDP2/global_properties.js index 91e0fc7..3efabc7 100644 --- a/ambari-web/app/data/HDP2/global_properties.js +++ b/ambari-web/app/data/HDP2/global_properties.js @@ -265,19 +265,6 @@ module.exports = }, { "id": "puppet var", - "name": "hdfs_enable_shortcircuit_read", - "displayName": "HDFS Short-circuit read", - "description": "", - "defaultValue": true, - "isRequired": false, - "displayType": "checkbox", - "isVisible": true, - "domain": "global", - "serviceName": "HDFS", - "category": "Advanced" - }, - { - "id": "puppet var", "name": "lzo_enabled", "displayName": "LZO compression", "description": "LZO compression enabled",
