Ashish Singhi created HBASE-12804:
-------------------------------------
Summary: 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
{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)