Repository: ambari Updated Branches: refs/heads/branch-1.7.0 7ff9b8ebe -> b5d334712
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/b5d33471 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b5d33471 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b5d33471 Branch: refs/heads/branch-1.7.0 Commit: b5d334712f038a740dd80fea491a4f9f6dfe0faa Parents: 7ff9b8e Author: Alex Antonenko <[email protected]> Authored: Thu Oct 23 17:11:53 2014 +0300 Committer: Alex Antonenko <[email protected]> Committed: Thu Oct 23 17:50:28 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/b5d33471/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/b5d33471/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",
