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’; –
相關文章
相關標籤/搜索