Browse Source

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

Jun Aoki 9 years ago
parent
commit
d741e438db

+ 1 - 1
ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-env.xml

@@ -19,7 +19,7 @@
 
 
   <property>
   <property>
     <name>hawq_password</name>
     <name>hawq_password</name>
-    <display-name>HAWQ system user password</display-name>
+    <display-name>HAWQ System User Password</display-name>
     <value></value>
     <value></value>
     <description>The password of HAWQ system user.
     <description>The password of HAWQ system user.
       During cluster initialization and when provisioning new hosts, ssh keys are exchanged using this password.
       During cluster initialization and when provisioning new hosts, ssh keys are exchanged using this password.

+ 7 - 0
ambari-web/app/data/HDP2.3/site_properties.js

@@ -339,6 +339,13 @@ hdp23properties.push({
     "serviceName": "HAWQ",
     "serviceName": "HAWQ",
     "index": 9
     "index": 9
   },
   },
+  {
+    "name": "hawq_password",
+    "filename": "hawq-env.xml",
+    "category": "General",
+    "serviceName": "HAWQ",
+    "index": 10
+  },
   {
   {
     "name": "content",
     "name": "content",
     "serviceName": "HAWQ",
     "serviceName": "HAWQ",