Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

A normal skewed table can be used for skewed join, etc. (See the Skewed Join Optimization design document.) You don't need to define it as a list bucketing table if you don't use the list bucketing feature.

...

Alter table <T> partition <P> concatenate; needs to be changed to merge files per directory.

Implementation

Info
titleVersion information

List bucketing was added in Hive 0.10.0 and 0.11.0.

HIVE-3026 is the root JIRA ticket for the list bucketing feature.  It has links to additional JIRA tickets which implement list bucketing in Hive, including: 

  • HIVE-3554:  Hive List Bucketing – Query logic (release 0.10.0)
  • HIVE-3649:  Hive List Bucketing - enhance DDL to specify list bucketing table (release 0.10.0)
  • HIVE-3072:  Hive List Bucketing - DDL support (release 0.10.0)
  • HIVE-3073:  Hive List Bucketing - DML support (release 0.11.0)

For more information, see Skewed Tables in the DDL document.