본문 바로가기

IT/BigData, 머신러닝

Hive - Create Table & csv file

반응형

 create table bike (col1 float, col2 string, col3 float, col4 string, col5 float, col6 float, col7 float, col8 float, col9 float)

row format delimited fields terminated by ',' 

lines terminated by '\n';