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

hive INSERT OVERWRITE table could not be cleaned up.

时间:2017-09-03 22:10:43      阅读:484      评论:0      收藏:0      [点我收藏+]

标签:row   could   div   could not   结果   gis   执行   table   account   

create table maats.account_channel ROW FORMAT DELIMITED FIELDS TERMINATED BY ‘^‘ STORED AS TEXTFILE as select distinct a.account,b.channel from maats.register a join maats.install b on a.device = b.device;
 
INSERT OVERWRITE table maats.account_channel select distinct a.account,b.channel from maats.register a join maats.install b on a.device = b.device;
 
hvie 1.1 
第一次在create table 时没有加 STORED AS TEXTFILE 结果 INSERT OVERWRITE table 命令就只能执行一次,后面就报错,lz 就很奇怪,因为之前是可以的,记得hive默认是textFile格式的文件,
beeline中可以,但是 hive -e 不可以,

hive INSERT OVERWRITE table could not be cleaned up.

标签:row   could   div   could not   结果   gis   执行   table   account   

原文地址:http://www.cnblogs.com/rocky-AGE-24/p/7470825.html

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