mysql表user_push_tag导入到hive

parent 3e0ea163
......@@ -3,7 +3,7 @@ CREATE EXTERNAL TABLE IF NOT EXISTS default.user_push_tag_test (
,cl_type string COMMENT 'cl_type'
,tag_id null COMMENT 'tag_id'
,id null COMMENT 'id'
) COMMENT ''
) COMMENT 'user_push_tag_test'
PARTITIONED BY (partition_date STRING COMMENT '分区日期')
ROW FORMAT
DELIMITED FIELDS TERMINATED BY '\001'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment