码迷,mamicode.com
首页 > 其他好文 > 详细

创建表-添加数据

时间:2019-04-19 17:43:10      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:int   apr   start   .exe   term   tab   orm   nat   city   

set mapreduce.job.queuename=root.kg;
set hive.exec.dynamic.partition.mode=nonstrict;


drop table if exists kg_fk_city;

 

set mapreduce.job.queuename=root.kg;
set hive.exec.dynamic.partition.mode=nonstrict;
create table kg_fk_city(
start_id bigint,
end_id bigint
)
row format delimited fields terminated by ‘\t‘;

 


set mapreduce.job.queuename=root.kg;
set hive.exec.dynamic.partition.mode=nonstrict;
load data local inpath ‘/home/kg/qiaoruihua/hive_test/city/city.txt‘ into table kg_fk_city;


set mapreduce.job.queuename=root.kg;
set hive.exec.dynamic.partition.mode=nonstrict;
select count(start_id) from kg_fk_city where hex(start_id)<hex(end_id);

创建表-添加数据

标签:int   apr   start   .exe   term   tab   orm   nat   city   

原文地址:https://www.cnblogs.com/hapyygril/p/10737317.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!