Repository: ambari Updated Branches: refs/heads/branch-2.2 9b86d41e1 -> 41f14c722
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/41f14c72 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/41f14c72 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/41f14c72 Branch: refs/heads/branch-2.2 Commit: 41f14c7221bc7d71fafb70ab9abebff7786e8583 Parents: 9b86d41 Author: Matt <[email protected]> Authored: Thu Apr 7 11:08:56 2016 -0700 Committer: Matt <[email protected]> Committed: Thu Apr 7 11:08:56 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/41f14c72/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>
