赞
踩
vi student.hive
插入数据
hdfs dfs -mkdir /hivedata
hdfs dfs -put student.hive /hivedata
hdfs dfs -ls /hivedata
先进入hive
create table t1(id int,name string,age int);
注意:这个时候没有映射上,需得将数据上传至表中。