欢迎投稿

今日深度:

Hive学习笔记 --,

Hive学习笔记 --,


此处是一个较完整的建hive表的语句。

create table if not exists `sdm_risk_flow`(`ID` string, `STATES` string, `ENABLED` string, `EVENT_ID` string) 
partitioned by (dt string) row format delimited fields terminated by "        " STORED AS ORC


www.htsjk.Com true http://www.htsjk.com/hive/32502.html NewsArticle Hive学习笔记 --, 此处是一个较完整的建hive表的语句。 create table if not exists `sdm_risk_flow`(`ID` string, `STATES` string, `ENABLED` string, `EVENT_ID` string) partitioned by (dt string) row format delimited fields te...
相关文章
    暂无相关文章
评论暂时关闭