AMBARI-5205. Add tez_user property in UI (alexantonenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6625ae5d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6625ae5d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6625ae5d Branch: refs/heads/trunk Commit: 6625ae5dd471a1712b10791b326a75978290bea4 Parents: 4f22673 Author: Alex Antonenko <[email protected]> Authored: Tue Mar 25 17:38:55 2014 +0200 Committer: Alex Antonenko <[email protected]> Committed: Tue Mar 25 17:38:55 2014 +0200 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/global_properties.js | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/6625ae5d/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 2422185..7489774 100644 --- a/ambari-web/app/data/HDP2/global_properties.js +++ b/ambari-web/app/data/HDP2/global_properties.js @@ -1445,7 +1445,7 @@ module.exports = "serviceName": "MISC", "category": "Users and Groups", "belongsToService":["HIVE","WEBHCAT","OOZIE","FALCON"], - "index": 17 + "index": 18 }, { "id": "puppet var", @@ -1697,6 +1697,21 @@ module.exports = "serviceName": "MISC", "category": "Users and Groups", "belongsToService":["HDFS"], + "index": 16 + }, + { + "id": "puppet var", + "name": "tez_user", + "displayName": "Tez User", + "description": "User to run Tez as", + "defaultValue": "tez", + "isReconfigurable": false, + "displayType": "user", + "isOverridable": false, + "isVisible": true, + "serviceName":"MISC", + "category": "Users and Groups", + "belongsToService":["TEZ"], "index": 15 }, {
