[jira] [Created] (HIVE-24237) Multi level/dimensional bucketing in Hive

2020-10-06 Thread Pushpender Garg (Jira)
Pushpender Garg created HIVE-24237: -- Summary: Multi level/dimensional bucketing in Hive Key: HIVE-24237 URL: https://issues.apache.org/jira/browse/HIVE-24237 Project: Hive Issue Type: New

[jira] [Created] (HIVE-16223) deterministic file naming for bucketing in Hive

2017-03-15 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-16223: --- Summary: deterministic file naming for bucketing in Hive Key: HIVE-16223 URL: https://issues.apache.org/jira/browse/HIVE-16223 Project: Hive Issue

[jira] [Commented] (HIVE-3026) List Bucketing in Hive

2014-08-28 Thread Lefty Leverenz (JIRA)
cketing in Hive > -- > > Key: HIVE-3026 > URL: https://issues.apache.org/jira/browse/HIVE-3026 > Project: Hive > Issue Type: New Feature >Reporter: Namit Jain >Assignee: Gang Tim

[jira] [Resolved] (HIVE-3026) List Bucketing in Hive

2012-12-06 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu resolved HIVE-3026. Resolution: Fixed > List Bucketing in Hive > -- > >

[jira] [Work started] (HIVE-3026) List Bucketing in Hive

2012-12-06 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-3026 started by Gang Tim Liu. > List Bucketing in Hive > -- > > Key: HIVE-3026 >

[jira] [Commented] (HIVE-3026) List Bucketing in Hive

2012-12-06 Thread Gang Tim Liu (JIRA)
will close the feature jira. We have filed a few jiras for follow-up. We will track progress there separately. thanks a lot > List Bucketing in Hive > -- > > Key: HIVE-3026 > URL: https://issues.apache.org/ji

[jira] [Commented] (HIVE-3026) List Bucketing in Hive

2012-11-02 Thread Gang Tim Liu (JIRA)
You can find all major jira issues via "issue links". > List Bucketing in Hive > -- > > Key: HIVE-3026 > URL: https://issues.apache.org/jira/browse/HIVE-3026 > Project: Hive &g

[jira] [Commented] (HIVE-3026) List Bucketing in Hive

2012-07-30 Thread Gang Tim Liu (JIRA)
atch soon. > List Bucketing in Hive > -- > > Key: HIVE-3026 > URL: https://issues.apache.org/jira/browse/HIVE-3026 > Project: Hive > Issue Type: New Feature >Reporter: Namit Jain

[jira] [Assigned] (HIVE-3026) List Bucketing in Hive

2012-07-30 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu reassigned HIVE-3026: -- Assignee: Gang Tim Liu > List Bucketing in H

[jira] [Commented] (HIVE-3026) List Bucketing in Hive

2012-07-30 Thread Aleksandra Wozniak (JIRA)
ight now (or will be in the nearest future)? > List Bucketing in Hive > -- > > Key: HIVE-3026 > URL: https://issues.apache.org/jira/browse/HIVE-3026 > Project: Hive > Issue Type: New Feat

Re: bucketing in hive

2011-12-15 Thread Bejoy Ks
Hi Ranjith     I'm not aware of any Dynamic Bucketing in hive where as there is definitely  Dynamic Partitions available. Your partitions/sub partitions would be generated on the fly/dynamically based on the value of a particular column .The records with same values for that column wou

bucketing in hive

2011-12-14 Thread Raghunath, Ranjith
Can one use bucketing in hive to emulate hash partitions on a database? Is there also a way to segment data into buckets dynamically based on values in the column. For example, Col1 Col2 Apple1 Orange 2 Apple2 Banana