You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Navis (JIRA)" <ji...@apache.org> on 2014/10/08 11:00:44 UTC

[jira] [Updated] (HIVE-8397) Approximated cardinality with HyperLogLog UDAF

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

Navis updated HIVE-8397:
------------------------
    Summary: Approximated cardinality with HyperLogLog UDAF  (was: Approximated cardinality with HuperLogLog UDAF)

> Approximated cardinality with HyperLogLog UDAF
> ----------------------------------------------
>
>                 Key: HIVE-8397
>                 URL: https://issues.apache.org/jira/browse/HIVE-8397
>             Project: Hive
>          Issue Type: Improvement
>          Components: UDF
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Trivial
>
> Useful sometimes for quick estimation of bulk data. 
> {noformat}
> select hll(key), hll(value) from src;
> {noformat}
> Also can be used with hive.fetch.task.aggr=true;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)