[jira] [Updated] (HIVE-15802) Changes to expected entries for dynamic bloomfilter runtime filtering

2017-02-09 Thread Jason Dere (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Dere updated HIVE-15802:
--
   Resolution: Fixed
Fix Version/s: 2.2.0
   Status: Resolved  (was: Patch Available)

Committed to master

> Changes to expected entries for dynamic bloomfilter runtime filtering
> -
>
> Key: HIVE-15802
> URL: https://issues.apache.org/jira/browse/HIVE-15802
> Project: Hive
>  Issue Type: Improvement
>Reporter: Jason Dere
>Assignee: Jason Dere
> Fix For: 2.2.0
>
> Attachments: HIVE-15802.1.patch, HIVE-15802.2.patch, 
> HIVE-15802.3.patch
>
>
> - Estimate bloom filter size based on distinct values from column stats if 
> available



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15802) Changes to expected entries for dynamic bloomfilter runtime filtering

2017-02-09 Thread Jason Dere (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Dere updated HIVE-15802:
--
Description: 
- Estimate bloom filter size based on distinct values from column stats if 
available


  was:
- Estimate bloom filter size based on distinct values from column stats if 
available
- Cap the bloom filter expected entries size to 
hive.tez.max.bloom.filter.entries if the estimated size from stats exceeds that 
amount.


> Changes to expected entries for dynamic bloomfilter runtime filtering
> -
>
> Key: HIVE-15802
> URL: https://issues.apache.org/jira/browse/HIVE-15802
> Project: Hive
>  Issue Type: Improvement
>Reporter: Jason Dere
>Assignee: Jason Dere
> Attachments: HIVE-15802.1.patch, HIVE-15802.2.patch, 
> HIVE-15802.3.patch
>
>
> - Estimate bloom filter size based on distinct values from column stats if 
> available



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15802) Changes to expected entries for dynamic bloomfilter runtime filtering

2017-02-08 Thread Jason Dere (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Dere updated HIVE-15802:
--
Attachment: HIVE-15802.3.patch

Updating golden file

> Changes to expected entries for dynamic bloomfilter runtime filtering
> -
>
> Key: HIVE-15802
> URL: https://issues.apache.org/jira/browse/HIVE-15802
> Project: Hive
>  Issue Type: Improvement
>Reporter: Jason Dere
>Assignee: Jason Dere
> Attachments: HIVE-15802.1.patch, HIVE-15802.2.patch, 
> HIVE-15802.3.patch
>
>
> - Estimate bloom filter size based on distinct values from column stats if 
> available
> - Cap the bloom filter expected entries size to 
> hive.tez.max.bloom.filter.entries if the estimated size from stats exceeds 
> that amount.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15802) Changes to expected entries for dynamic bloomfilter runtime filtering

2017-02-07 Thread Jason Dere (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Dere updated HIVE-15802:
--
Issue Type: Improvement  (was: Bug)

> Changes to expected entries for dynamic bloomfilter runtime filtering
> -
>
> Key: HIVE-15802
> URL: https://issues.apache.org/jira/browse/HIVE-15802
> Project: Hive
>  Issue Type: Improvement
>Reporter: Jason Dere
>Assignee: Jason Dere
> Attachments: HIVE-15802.1.patch, HIVE-15802.2.patch
>
>
> - Estimate bloom filter size based on distinct values from column stats if 
> available
> - Cap the bloom filter expected entries size to 
> hive.tez.max.bloom.filter.entries if the estimated size from stats exceeds 
> that amount.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15802) Changes to expected entries for dynamic bloomfilter runtime filtering

2017-02-07 Thread Jason Dere (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Dere updated HIVE-15802:
--
Attachment: HIVE-15802.2.patch

Restricting patch to just do the bloom filter size based on NDVs.
[~hagleitn] can you review?

> Changes to expected entries for dynamic bloomfilter runtime filtering
> -
>
> Key: HIVE-15802
> URL: https://issues.apache.org/jira/browse/HIVE-15802
> Project: Hive
>  Issue Type: Bug
>Reporter: Jason Dere
>Assignee: Jason Dere
> Attachments: HIVE-15802.1.patch, HIVE-15802.2.patch
>
>
> - Estimate bloom filter size based on distinct values from column stats if 
> available
> - Cap the bloom filter expected entries size to 
> hive.tez.max.bloom.filter.entries if the estimated size from stats exceeds 
> that amount.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15802) Changes to expected entries for dynamic bloomfilter runtime filtering

2017-02-03 Thread Jason Dere (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Dere updated HIVE-15802:
--
Attachment: HIVE-15802.1.patch

> Changes to expected entries for dynamic bloomfilter runtime filtering
> -
>
> Key: HIVE-15802
> URL: https://issues.apache.org/jira/browse/HIVE-15802
> Project: Hive
>  Issue Type: Bug
>Reporter: Jason Dere
>Assignee: Jason Dere
> Attachments: HIVE-15802.1.patch
>
>
> - Estimate bloom filter size based on distinct values from column stats if 
> available
> - Cap the bloom filter expected entries size to 
> hive.tez.max.bloom.filter.entries if the estimated size from stats exceeds 
> that amount.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15802) Changes to expected entries for dynamic bloomfilter runtime filtering

2017-02-03 Thread Jason Dere (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Dere updated HIVE-15802:
--
Status: Patch Available  (was: Open)

> Changes to expected entries for dynamic bloomfilter runtime filtering
> -
>
> Key: HIVE-15802
> URL: https://issues.apache.org/jira/browse/HIVE-15802
> Project: Hive
>  Issue Type: Bug
>Reporter: Jason Dere
>Assignee: Jason Dere
> Attachments: HIVE-15802.1.patch
>
>
> - Estimate bloom filter size based on distinct values from column stats if 
> available
> - Cap the bloom filter expected entries size to 
> hive.tez.max.bloom.filter.entries if the estimated size from stats exceeds 
> that amount.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)