[
https://issues.apache.org/jira/browse/AMBARI-15566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15212619#comment-15212619
]
Hudson commented on AMBARI-15566:
---------------------------------
ABORTED: Integrated in Ambari-trunk-Commit #4546 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4546/])
AMBARI-15566: Update HAWQ default_hash_table_bucket_number property
(bchaudhary:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=09c44cbc9b701e3cd23c341b7046d3edabe4577a])
* ambari-server/src/test/python/stacks/2.3/common/test_stack_advisor.py
* ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py
> Update HAWQ default_hash_table_bucket_number property logic
> -----------------------------------------------------------
>
> Key: AMBARI-15566
> URL: https://issues.apache.org/jira/browse/AMBARI-15566
> Project: Ambari
> Issue Type: Bug
> Reporter: Alexander Denissov
> Assignee: Alexander Denissov
> Priority: Minor
> Fix For: 2.2.2
>
> Attachments: AMBARI-15566.branch22.patch
>
>
> Update the recommendation logic:
> Given that the hawq_rm_nvseg_perquery_limit = 512,
> 1) default_hash_table_bucket_number = #nodes * x where x is the maximal value
> that satisfy two conditions: x <= 6 and #nodes * x < 512
> 2) if #nodes > 512, default_hash_table_bucket_number = 512.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)