Browse Source

AMBARI-16624: hawq_ssh_exkeys should be a checkbox (bhuvnesh2703)

Bhuvnesh Chaudhary 9 years ago
parent
commit
ce9a9f358e

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

@@ -41,6 +41,9 @@
        HAWQ service or when new HAWQ hosts are added. By default, ssh keys are exchanged every time with HAWQ Master start/restart.
        For larger clusters, this may be set to false temporarily to allow faster start time. Valid values are true/false.
     </description>
+    <value-attributes>
+      <type>boolean</type>
+    </value-attributes>
   </property>
 
 </configuration>