HIVE入门知识二、建表,查询,运用等

Hive建表语句 创建内部表: – 创建一个内部表 create table if not exists student( id int, name string ) row format delimited fields terminated by ‘\t’ stored as textfile location ‘/home/hadoop/hive/warehouse/student’; –
相关文章
相关标签/搜索