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 AdamKramer: http://wiki.apache.org/hadoop/Hive/LanguageManual/DDL ------------------------------------------------------------------------------ === Create Table === {{{ CREATE [EXTERNAL] TABLE [IF NOT EXISTS] table_name - [(col_name data_type [col_comment], col_name data_type [COMMENT col_comment], ...)] + [(col_name data_type [COMMENT col_comment], ...)] [table_comment] [PARTITIONED BY (col_name data_type [col_comment], col_name data_type [COMMENT col_comment], ...)] [CLUSTERED BY (col_name, col_name, ...) [SORTED BY (col_name, ...)] INTO num_buckets BUCKETS]
