Updated Branches: refs/heads/trunk b3ca22261 -> e964d3fd3
AMBARI-3502 Field 'hadoop.security.auth_to_local' changes tag type from Textarea to Input. (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/e964d3fd Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/e964d3fd Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/e964d3fd Branch: refs/heads/trunk Commit: e964d3fd3309b219604b10c01a47c64cfeb96056 Parents: b3ca222 Author: aBabiichuk <[email protected]> Authored: Fri Oct 11 18:51:46 2013 +0300 Committer: aBabiichuk <[email protected]> Committed: Fri Oct 11 18:51:46 2013 +0300 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/site_properties.js | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/e964d3fd/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 b3c7d85..c30660d 100644 --- a/ambari-web/app/data/HDP2/site_properties.js +++ b/ambari-web/app/data/HDP2/site_properties.js @@ -193,6 +193,16 @@ module.exports = "unit": "MB", "category": "General", "serviceName": "MAPREDUCE2" + }, + { + "id": "site property", + "name": "hadoop.security.auth_to_local", + "displayName": "hadoop.security.auth_to_local", + "displayType": "multiLine", + "serviceName": "HDFS", + "category": "Advanced", + "value": "", + "defaultValue": "" } ] };
