You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2014/07/04 18:35:30 UTC

git commit: AMBARI-6088. When adding services to stack-upgraded cluster, HDFS wants some strange properties to be filled in. (Buzhor Denys via akovalenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk fb3318355 -> f3af59904


AMBARI-6088. When adding services to stack-upgraded cluster, HDFS wants some strange properties to be filled in. (Buzhor Denys via akovalenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f3af5990
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f3af5990
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f3af5990

Branch: refs/heads/trunk
Commit: f3af5990411f2542e6b9481e9f5abe7acee6205d
Parents: fb33183
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Fri Jul 4 19:34:31 2014 +0300
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Fri Jul 4 19:34:58 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/f3af5990/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***************************************/