Repository: ambari Updated Branches: refs/heads/branch-2.4 0515d6e21 -> ce9a9f358
AMBARI-16624: hawq_ssh_exkeys should be a checkbox (bhuvnesh2703) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ce9a9f35 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ce9a9f35 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ce9a9f35 Branch: refs/heads/branch-2.4 Commit: ce9a9f358e64e6f874516f086852e9ab9b923688 Parents: 0515d6e Author: Bhuvnesh Chaudhary <[email protected]> Authored: Fri May 13 17:08:17 2016 -0700 Committer: Bhuvnesh Chaudhary <[email protected]> Committed: Fri May 13 17:08:17 2016 -0700 ---------------------------------------------------------------------- .../common-services/HAWQ/2.0.0/configuration/hawq-env.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ce9a9f35/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 d2da5b2..56d2b26 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 @@ -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>
