Repository: ambari Updated Branches: refs/heads/trunk d0551d46a -> 1184a18b2
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/1184a18b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1184a18b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1184a18b Branch: refs/heads/trunk Commit: 1184a18b2c42492b46e39b57da472bf1354c0d1a Parents: d0551d4 Author: Bhuvnesh Chaudhary <[email protected]> Authored: Fri May 13 17:07:57 2016 -0700 Committer: Bhuvnesh Chaudhary <[email protected]> Committed: Fri May 13 17:07:57 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/1184a18b/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>
