For example:
Use dw;
If xxxxx exists, delete the table;
Create table xxxxx (
Time string,
user_id int,
Keyword string
)
Note "Record Table"
Partition by (ds string, hour string, int type)
Store as a text file;