Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by AlexSmith: http://wiki.apache.org/hadoop/Hive/LanguageManual/DDL The comment on the change is: add link to bucketed table example ------------------------------------------------------------------------------ ==== Inserting Data Into Bucketed Tables ==== The CLUSTER BY and SORTED BY creation commands do not effect how data is inserted into a table -- only how it is read. This means that users must actively insert data correctly by specifying the number of reducers to be equal to the number of buckets, and using CLUSTER BY and SORT BY commands in their query. + There is also an [wiki:Hive/LanguageManual/DDL/BucketedTables example of creating and populating bucketed tables]. + === Drop Table === {{{ DROP TABLE table_name
