You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2016/02/22 23:50:05 UTC

ambari git commit: AMBARI-15103: Move HAWQ system password to General Accordion tab (mithmatt via jaoki)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 8430fbd39 -> 217d5fea5


AMBARI-15103: Move HAWQ system password to General Accordion tab (mithmatt via jaoki)


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

Branch: refs/heads/branch-2.2
Commit: 217d5fea57b0bd900b07116e95a7e488d688ea76
Parents: 8430fbd
Author: Jun Aoki <ja...@apache.org>
Authored: Mon Feb 22 14:49:56 2016 -0800
Committer: Jun Aoki <ja...@apache.org>
Committed: Mon Feb 22 14:49:56 2016 -0800

----------------------------------------------------------------------
 .../common-services/HAWQ/2.0.0/configuration/hawq-env.xml     | 2 +-
 ambari-web/app/data/HDP2.3/site_properties.js                 | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/217d5fea/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-env.xml b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-env.xml
index e3a97fd..324a3d8 100644
--- a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-env.xml
+++ b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-env.xml
@@ -19,7 +19,7 @@
 
   <property>
     <name>hawq_password</name>
-    <display-name>HAWQ system user password</display-name>
+    <display-name>HAWQ System User Password</display-name>
     <value></value>
     <description>The password of HAWQ system user.
       During cluster initialization and when provisioning new hosts, ssh keys are exchanged using this password.

http://git-wip-us.apache.org/repos/asf/ambari/blob/217d5fea/ambari-web/app/data/HDP2.3/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2.3/site_properties.js b/ambari-web/app/data/HDP2.3/site_properties.js
index c5fb525..e706d40 100644
--- a/ambari-web/app/data/HDP2.3/site_properties.js
+++ b/ambari-web/app/data/HDP2.3/site_properties.js
@@ -340,6 +340,13 @@ hdp23properties.push({
     "index": 9
   },
   {
+    "name": "hawq_password",
+    "filename": "hawq-env.xml",
+    "category": "General",
+    "serviceName": "HAWQ",
+    "index": 10
+  },
+  {
     "name": "content",
     "serviceName": "HAWQ",
     "filename": "hawq-check-env.xml",