[ https://issues.apache.org/jira/browse/HIVE-15951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15872832#comment-15872832 ]
Ashutosh Chauhan commented on HIVE-15951: ----------------------------------------- deleteOnExit() is called when process exists. For container mode, process will terminate immediately and clean up will happen. For llap, process won't exit once RecordWriter is done, since its long running process waiting to execute next query. So, clean up wont happen until llap deamon goes down, which likely is not useful. > Make sure base persist directory is unique and deleted > ------------------------------------------------------ > > Key: HIVE-15951 > URL: https://issues.apache.org/jira/browse/HIVE-15951 > Project: Hive > Issue Type: Bug > Components: Druid integration > Affects Versions: 2.2.0 > Reporter: slim bouguerra > Assignee: slim bouguerra > Priority: Critical > Fix For: 2.2.0 > > Attachments: HIVE-15951.patch > > > In some cases the base persist directory will contain old data or shared > between reducer in the same physical VM. > That will lead to the failure of the job till that the directory is cleaned. -- This message was sent by Atlassian JIRA (v6.3.15#6346)