您好,登錄后才能下訂單哦!
連接 hive shell
直接輸入 hive
1、顯示表
hive> show tables;
OK
test
Time taken: 0.17 seconds, Fetched: 1 row(s)
2、創建表
hive> create table test(key string);
OK
Time taken: 0.265 seconds
3、創建分區表:
hive> create table logs(ts bigint,line string) partitioned by (dt String,country String);
4、加載分區表數據:
hive> load data local inpath '/home/Hadoop/input/file1' into table logs partition (dt='2014-03-11',country='CN');
5、展示表中有多少分區:
hive> show partitions logs;
http://shenzhen.offcn.com/
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。