重庆分公司,新征程启航
为企业提供网站建设、域名注册、服务器等服务
连接 hive shell
创新互联自2013年创立以来,先为新城等服务建站,新城等地企业,进行企业商务咨询服务。为新城企业网站制作PC+手机+微官网三网同步一站式服务解决您的所有建站问题。
直接输入 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/