[ 
https://issues.apache.org/jira/browse/HIVE-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856764#action_12856764
 ] 

Namit Jain commented on HIVE-1306:
----------------------------------

I think FileOutputCommitter is already used.

It is not jobScratchDir that was the problem reported by Dmytro, but the temp. 
directory created by intermediate tasks

> cleanup the jobscratchdir
> -------------------------
>
>                 Key: HIVE-1306
>                 URL: https://issues.apache.org/jira/browse/HIVE-1306
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.6.0
>
>
> Currently, the job scratch directory is cleaned up at the end of the hive 
> query - 
> It is in a finally block, which will not work if the process is killed.
> It should be a shutdown hook - which will take care of these scenarios.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to