摘要:        
数据导入 向表中装载数据(Load) 1.语法 load data [local] inpath '数据的 path' [overwrite] into table student [partition (partcol1=val1,…)]; (1)load data:表示加载数据 (2)local    阅读全文
posted @ 2021-03-27 07:36
冰底熊
阅读(142)
评论(0)
推荐(0)
			
			
			
			
摘要:        
1)启动 Hive bin/hive 2)使用 Hive hive> show databases; hive> show tables; hive> create table test (id int); hive> insert into test values(1); hive> select    阅读全文
posted @ 2021-03-27 05:29
冰底熊
阅读(312)
评论(0)
推荐(0)
			

浙公网安备 33010602011771号