Updated Branches: refs/heads/trunk 32399749c -> 7c50e3413
AMBARI-2908 UI: dfs.client.read.shortcircuit property shows up in HBase installer config. (atkach) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/7c50e341 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/7c50e341 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/7c50e341 Branch: refs/heads/trunk Commit: 7c50e3413664be1c71f34d66039dbd0e9eeb442c Parents: 3239974 Author: atkach <[email protected]> Authored: Thu Aug 15 12:55:35 2013 +0300 Committer: atkach <[email protected]> Committed: Thu Aug 15 12:55:35 2013 +0300 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/config_properties.js | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/7c50e341/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 2301225..9cd8210 100644 --- a/ambari-web/app/data/HDP2/config_properties.js +++ b/ambari-web/app/data/HDP2/config_properties.js @@ -440,6 +440,19 @@ module.exports = "serviceName": "HDFS", "category": "Advanced" }, + { + "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" + }, /**********************************************MAPREDUCE2***************************************/ { @@ -1044,19 +1057,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": "HBASE", - "category": "Advanced" - }, - { - "id": "puppet var", "name": "hdfs_support_append", "displayName": "HDFS append support", "description": "HDFS append support",
