Description
fs.deleteOnExit(partitionsPath); writePartitions(job.getConfiguration(), partitionsPath, splitPoints);
In the above code deleteOnExit will return without adding file in the deleteOnExit set as the file is not created till then.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-4285 partitions file created in user's home directory by importtsv
- Closed