Repository: ambari Updated Branches: refs/heads/trunk e3761872c -> f587f7e56
AMBARI-4897: Set proxyuser for falcon to oozie-site dynamically. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f587f7e5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f587f7e5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f587f7e5 Branch: refs/heads/trunk Commit: f587f7e56408f2d29bde689524436b54c8ca42f6 Parents: e376187 Author: Jaimin Jetly <[email protected]> Authored: Fri Feb 28 15:42:29 2014 -0800 Committer: Jaimin Jetly <[email protected]> Committed: Fri Feb 28 15:42:36 2014 -0800 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/config_mapping.js | 26 ++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f587f7e5/ambari-web/app/data/HDP2/config_mapping.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/config_mapping.js b/ambari-web/app/data/HDP2/config_mapping.js index 1eeeffd..a7cca5d 100644 --- a/ambari-web/app/data/HDP2/config_mapping.js +++ b/ambari-web/app/data/HDP2/config_mapping.js @@ -83,7 +83,31 @@ var configs = [ "filename": "core-site.xml", "isOverridable": true }, - /********************GLUSTERFS*************************************/ + +/**********************************Oozie******************************/ + + { + "name": "oozie.service.ProxyUserService.proxyuser.<foreignKey[0]>.groups", + "templateName": [], + "foreignKey": ["falcon_user"], + "value": "*", + "filename": "oozie-site.xml", + "isOverridable": true, + "serviceName": "OOZIE" + }, + { + "name": "oozie.service.ProxyUserService.proxyuser.<foreignKey[0]>.hosts", + "templateName": [], + "foreignKey": ["falcon_user"], + "value": "*", + "filename": "oozie-site.xml", + "isOverridable": true, + "serviceName": "OOZIE" + }, + + + +/********************GLUSTERFS*************************************/ { "name": "fs.glusterfs.impl", "templateName": ["fs_glusterfs_impl"],
