[ 
https://issues.apache.org/jira/browse/HBASE-12804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14265050#comment-14265050
 ] 

Hudson commented on HBASE-12804:
--------------------------------

FAILURE: Integrated in HBase-0.98 #776 (See 
[https://builds.apache.org/job/HBase-0.98/776/])
HBASE-12804 ImportTsv fails to delete partition files created by it (Ashish) 
(tedyu: rev c1a6ee335a3493e83d2c297ebd644a38e23944f1)
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.java


> ImportTsv fails to delete partition files created by it
> -------------------------------------------------------
>
>                 Key: HBASE-12804
>                 URL: https://issues.apache.org/jira/browse/HBASE-12804
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.98.9
>            Reporter: Ashish Singhi
>            Assignee: Ashish Singhi
>             Fix For: 1.0.0, 2.0.0, 0.98.10, 1.1.0
>
>         Attachments: HBASE-12804.patch
>
>
> {code}
> fs.deleteOnExit(partitionsPath);
>  writePartitions(job.getConfiguration(), partitionsPath, splitPoints);
> {code}
> In the above code deleteOnExit will return without adding file in the 
> deleteOnExit set as the file is not created till then.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to