Hive常用語句



drop table if exists res_henrie_category_follow;  



    create table if not exists res_henrie_category_follow  
    (qq bigint, cate int, status int, ftime bigint)
    partitioned by(ds string)
    row format delimited fields terminated by '\''\t'\'';
    exit;

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章