Repository: ambari Updated Branches: refs/heads/branch-1.6.1 70cbc5966 -> d89bbd499
AMBARI-6388. When adding services to stack-upgraded cluster, HDFS wants some strange properties to be filled in. (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d89bbd49 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d89bbd49 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d89bbd49 Branch: refs/heads/branch-1.6.1 Commit: d89bbd49955a450d66cf9f972e9074af5bcd0128 Parents: 70cbc59 Author: Aleksandr Kovalenko <[email protected]> Authored: Fri Jul 4 16:48:47 2014 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Fri Jul 4 17:16:07 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/site_properties.js | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d89bbd49/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 421179f..981f7c6 100644 --- a/ambari-web/app/data/HDP2/site_properties.js +++ b/ambari-web/app/data/HDP2/site_properties.js @@ -117,7 +117,28 @@ module.exports = "displayType": "checkbox", "category": "Advanced", "serviceName": "HDFS" - + }, + { + "id": "site property", + "name": "apache_artifacts_download_url", + "displayName": "apache_artifacts_download_url", + "description": "", + "isRequired": false, + "isRequiredByAgent": false, + "isVisible": false, + "category": "Advanced", + "serviceName": "HDFS" + }, + { + "id": "site property", + "name": "gpl_artifacts_download_url", + "displayName": "gpl_artifacts_download_url", + "description": "", + "isRequiredByAgent": false, + "isRequired": false, + "isVisible": false, + "category": "Advanced", + "serviceName": "HDFS" }, /**********************************************YARN***************************************/
