[
https://issues.apache.org/jira/browse/HIVE-12702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
liuguanghua updated HIVE-12702:
-------------------------------
Description:
when I insert overwrite derectory or table or partition , the old file
doesn't remove. I have tested on hive0.14 and it works well.
Now I found HIVE-12505.And I think the two are the same problem.You can add the
patch for HIVE-12505 to slove this problem.
And there is a fast way to reslove using the old hive configuration .
Add this property to hive-site.xml
<property>
<name>hive.exec.stagingdir</name>
<value>/tmp/hive</value>
</property>
was:
when I insert overwrite derectory or table or partition , the old file
doesn't remove. I have tested on hive0.14 and it works well. And my hadoop
cluster
using lzo comperssion
Summary: insert overwrite doesn't remove the old file (was: insert
overwrite doesn't remove the old file using lzo compresion)
> insert overwrite doesn't remove the old file
> ----------------------------------------------
>
> Key: HIVE-12702
> URL: https://issues.apache.org/jira/browse/HIVE-12702
> Project: Hive
> Issue Type: Bug
> Affects Versions: 1.2.1
> Environment: hadoop 2.6.0 + lzo +hive1.2.1
> Reporter: liuguanghua
>
> when I insert overwrite derectory or table or partition , the old file
> doesn't remove. I have tested on hive0.14 and it works well.
> Now I found HIVE-12505.And I think the two are the same problem.You can add
> the patch for HIVE-12505 to slove this problem.
> And there is a fast way to reslove using the old hive configuration .
> Add this property to hive-site.xml
> <property>
> <name>hive.exec.stagingdir</name>
> <value>/tmp/hive</value>
> </property>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)