Repository: ambari Updated Branches: refs/heads/trunk fe395d7f2 -> 0579e7113
AMBARI-7919. Flume conf and log props should not be editable (Max Shepel via alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0579e711 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0579e711 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0579e711 Branch: refs/heads/trunk Commit: 0579e7113aa0afbdbb226693c7d430cfcc0349c7 Parents: fe395d7 Author: Alex Antonenko <[email protected]> Authored: Thu Oct 23 17:18:16 2014 +0300 Committer: Alex Antonenko <[email protected]> Committed: Thu Oct 23 17:49:22 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/data/BIGTOP/site_properties.js | 30 ++++++++++++++++++++++ ambari-web/app/data/HDP2/site_properties.js | 30 ++++++++++++++++++++++ 2 files changed, 60 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0579e711/ambari-web/app/data/BIGTOP/site_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/BIGTOP/site_properties.js b/ambari-web/app/data/BIGTOP/site_properties.js index 0f019c0..da61b78 100644 --- a/ambari-web/app/data/BIGTOP/site_properties.js +++ b/ambari-web/app/data/BIGTOP/site_properties.js @@ -1643,6 +1643,36 @@ module.exports = "category": "FLUME_HANDLER", "filename": "flume-conf.xml" }, + { + "id": "puppet var", + "name": "flume_conf_dir", + "displayName": "Flume Conf Dir", + "description": "Location to save configuration files", + "defaultValue": "/etc/flume/conf", + "isReconfigurable": false, + "displayType": "directory", + "isOverridable": false, + "isVisible": true, + "serviceName": "FLUME", + "filename": "flume-env.xml", + "category": "Advanced flume-env", + "index": 0 + }, + { + "id": "puppet var", + "name": "flume_log_dir", + "displayName": "Flume Log Dir", + "description": "Location to save log files", + "defaultValue": "/var/log/flume", + "isReconfigurable": false, + "displayType": "directory", + "isOverridable": false, + "isVisible": true, + "serviceName": "FLUME", + "filename": "flume-env.xml", + "category": "Advanced flume-env", + "index": 1 + }, /**********************************************HDFS***************************************/ { "id": "puppet var", http://git-wip-us.apache.org/repos/asf/ambari/blob/0579e711/ambari-web/app/data/HDP2/site_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/site_properties.js b/ambari-web/app/data/HDP2/site_properties.js index 541a6d0..6c0f29d 100644 --- a/ambari-web/app/data/HDP2/site_properties.js +++ b/ambari-web/app/data/HDP2/site_properties.js @@ -1798,6 +1798,36 @@ module.exports = "category": "FLUME_HANDLER", "filename": "flume-conf.xml" }, + { + "id": "puppet var", + "name": "flume_conf_dir", + "displayName": "Flume Conf Dir", + "description": "Location to save configuration files", + "defaultValue": "/etc/flume/conf", + "isReconfigurable": false, + "displayType": "directory", + "isOverridable": false, + "isVisible": true, + "serviceName": "FLUME", + "filename": "flume-env.xml", + "category": "Advanced flume-env", + "index": 0 + }, + { + "id": "puppet var", + "name": "flume_log_dir", + "displayName": "Flume Log Dir", + "description": "Location to save log files", + "defaultValue": "/var/log/flume", + "isReconfigurable": false, + "displayType": "directory", + "isOverridable": false, + "isVisible": true, + "serviceName": "FLUME", + "filename": "flume-env.xml", + "category": "Advanced flume-env", + "index": 1 + }, /**********************************************HDFS***************************************/ { "id": "puppet var",
