hive建表后怎样插入数据?
用hive创建了一个test1,create table test1(tid int,tname string),但里面的数据怎么插进去?比如我想差一条数据tid=1,tname=abc.我用insert into test1(tid ,tname) values (1,abc);但插入失败,正常的hive怎么插入数据?
用hive创建了一个test1,create table test1(tid int,tname string),但里面的数据怎么插进去?比如我想差一条数据tid=1,tname=abc.我用insert into test1(tid ,tname) values (1,abc);但插入失败,正常的hive怎么插入数据?
2016-09-03
举报