[jira] [Updated] (HIVE-20490) UDAF: Add an 'approx_distinct' to Hive

2018-10-21 Thread Gopal V (JIRA)


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

Gopal V updated HIVE-20490:
---
   Resolution: Fixed
Fix Version/s: 4.0.0
 Tags: TODOC
   Status: Resolved  (was: Patch Available)

> UDAF: Add an 'approx_distinct' to Hive
> --
>
> Key: HIVE-20490
> URL: https://issues.apache.org/jira/browse/HIVE-20490
> Project: Hive
>  Issue Type: Improvement
>  Components: UDF
>Affects Versions: 4.0.0
>Reporter: Gopal V
>Assignee: Gopal V
>Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-20490.1.patch, HIVE-20490.2.patch, 
> HIVE-20490.2.patch
>
>
> This gives a direct pathway to call the equivalent of Hive's default 
> compute_stats() UDAF which computes a HyperLogLog bitVector + approx distinct 
> on a column.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-20490) UDAF: Add an 'approx_distinct' to Hive

2018-10-21 Thread Gopal V (JIRA)


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

Gopal V updated HIVE-20490:
---
Summary: UDAF: Add an 'approx_distinct' to Hive  (was: UDAF: Add an 
`approx_distinct` to Hive)

> UDAF: Add an 'approx_distinct' to Hive
> --
>
> Key: HIVE-20490
> URL: https://issues.apache.org/jira/browse/HIVE-20490
> Project: Hive
>  Issue Type: Improvement
>  Components: UDF
>Affects Versions: 4.0.0
>Reporter: Gopal V
>Assignee: Gopal V
>Priority: Major
> Attachments: HIVE-20490.1.patch, HIVE-20490.2.patch, 
> HIVE-20490.2.patch
>
>
> This gives a direct pathway to call the equivalent of Hive's default 
> compute_stats() UDAF which computes a HyperLogLog bitVector + approx distinct 
> on a column.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-20490) UDAF: Add an `approx_distinct` to Hive

2018-10-21 Thread Gopal V (JIRA)


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

Gopal V updated HIVE-20490:
---
Attachment: HIVE-20490.2.patch

> UDAF: Add an `approx_distinct` to Hive
> --
>
> Key: HIVE-20490
> URL: https://issues.apache.org/jira/browse/HIVE-20490
> Project: Hive
>  Issue Type: Improvement
>  Components: UDF
>Affects Versions: 4.0.0
>Reporter: Gopal V
>Assignee: Gopal V
>Priority: Major
> Attachments: HIVE-20490.1.patch, HIVE-20490.2.patch, 
> HIVE-20490.2.patch
>
>
> This gives a direct pathway to call the equivalent of Hive's default 
> compute_stats() UDAF which computes a HyperLogLog bitVector + approx distinct 
> on a column.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-20490) UDAF: Add an `approx_distinct` to Hive

2018-10-17 Thread Gopal V (JIRA)


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

Gopal V updated HIVE-20490:
---
Attachment: HIVE-20490.2.patch

> UDAF: Add an `approx_distinct` to Hive
> --
>
> Key: HIVE-20490
> URL: https://issues.apache.org/jira/browse/HIVE-20490
> Project: Hive
>  Issue Type: Improvement
>  Components: UDF
>Affects Versions: 4.0.0
>Reporter: Gopal V
>Assignee: Gopal V
>Priority: Major
> Attachments: HIVE-20490.1.patch, HIVE-20490.2.patch
>
>
> This gives a direct pathway to call the equivalent of Hive's default 
> compute_stats() UDAF which computes a HyperLogLog bitVector + approx distinct 
> on a column.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-20490) UDAF: Add an `approx_distinct` to Hive

2018-10-11 Thread Gopal V (JIRA)


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

Gopal V updated HIVE-20490:
---
Status: Patch Available  (was: Open)

> UDAF: Add an `approx_distinct` to Hive
> --
>
> Key: HIVE-20490
> URL: https://issues.apache.org/jira/browse/HIVE-20490
> Project: Hive
>  Issue Type: Improvement
>  Components: UDF
>Affects Versions: 4.0.0
>Reporter: Gopal V
>Assignee: Gopal V
>Priority: Major
> Attachments: HIVE-20490.1.patch
>
>
> This gives a direct pathway to call the equivalent of Hive's default 
> compute_stats() UDAF which computes a HyperLogLog bitVector + approx distinct 
> on a column.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-20490) UDAF: Add an `approx_distinct` to Hive

2018-10-11 Thread Gopal V (JIRA)


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

Gopal V updated HIVE-20490:
---
Attachment: HIVE-20490.1.patch

> UDAF: Add an `approx_distinct` to Hive
> --
>
> Key: HIVE-20490
> URL: https://issues.apache.org/jira/browse/HIVE-20490
> Project: Hive
>  Issue Type: Improvement
>  Components: UDF
>Affects Versions: 4.0.0
>Reporter: Gopal V
>Assignee: Gopal V
>Priority: Major
> Attachments: HIVE-20490.1.patch
>
>
> This gives a direct pathway to call the equivalent of Hive's default 
> compute_stats() UDAF which computes a HyperLogLog bitVector + approx distinct 
> on a column.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)