create database hivewithcos location 'cosn://huadong/hive';
create table record(id int, name string) row format delimited fields terminated by ',' stored as textfile;
create table record(id int, name string) row format delimited fields terminated by ',' stored as textfile location 'cosn://huadong/hive/cos';
文档反馈