0
点赞
收藏
分享

微信扫一扫

HIVE简单操作命令

小暴龙要抱抱 2023-01-09 阅读 112

beeline
beeline> !connect jdbc:hive2://192.168.2.2:10000
hdfs
回车回车
直接用默认表,不需要配置权限
create table st(id int,name string) row format delimited fields terminated by ",";
insert into st(id,name) values(1,'萨达')
create table cloudalarm(level string,source string,location string,device string,symptom string) row format delimited fields terminated by ",";

举报

相关推荐

0 条评论