Repository: ambari Updated Branches: refs/heads/trunk 28f1a958d -> f0645b68a
AMBARI-15738: Descriptions for HAWQ sysctl params mention incorrect default values (Alexander Denissov via mithmatt) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f0645b68 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f0645b68 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f0645b68 Branch: refs/heads/trunk Commit: f0645b68abdcc61876313fd2e9aa5fec552a566e Parents: 28f1a95 Author: Matt <[email protected]> Authored: Thu Apr 7 11:08:03 2016 -0700 Committer: Matt <[email protected]> Committed: Thu Apr 7 11:08:03 2016 -0700 ---------------------------------------------------------------------- .../common-services/HAWQ/2.0.0/configuration/hawq-sysctl-env.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f0645b68/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-sysctl-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-sysctl-env.xml b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-sysctl-env.xml index 365fa86..c51b012 100644 --- a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-sysctl-env.xml +++ b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-sysctl-env.xml @@ -21,7 +21,7 @@ <value>1000000000</value> <description> The maximum size, in bytes, of a single shared memory segment that a Linux process can allocate in its virtual address space. - The default is 500000000. + The default is 1000000000. </description> <value-attributes> <type>int</type> @@ -229,7 +229,7 @@ <value>1025 65535</value> <description> The local port range, specified by two values separated by a space, used by TCP and UDP traffic when choosing the local port. - The default is 1281 65535. + The default is 1025 65535. </description> <value-attributes> <type>string</type>
