Section 8:83.Inserted Into Bucketed Tables

hive.enforce.bucketing   is a configuration property in Hive that specifies whether or not to enforce bucketing on tables. When hive.enforce.bucketing is set to true, Hive will ensure that tables are created with the specified bucketing scheme and that data is inserted into the correct buckets.

There are several ways to insert data into a bucketed table in Hive:

  1. Using the INSERT INTO command with a SELECT statement that specifies the bucketing column:

Share this post