Updated Branches: refs/heads/trunk 76ac00dbb -> ef233e44f
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/ef233e44 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ef233e44 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ef233e44 Branch: refs/heads/trunk Commit: ef233e44f21297efdb063d9c347f254a41375665 Parents: 76ac00d Author: Jaimin Jetly <[email protected]> Authored: Tue Nov 26 18:54:31 2013 -0800 Committer: Jaimin Jetly <[email protected]> Committed: Tue Nov 26 18:55:46 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/ef233e44/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",
