Quota exceed exception creates file of size 0
---------------------------------------------
Key: HADOOP-5492
URL: https://issues.apache.org/jira/browse/HADOOP-5492
Project: Hadoop Core
Issue Type: Bug
Components: dfs
Affects Versions: 0.18.3
Reporter: Ravi Phulari
Empty file of size 0 is created when QuotaExceed exception occurs while copying
a file. This file is created with the same name of which file copy is tried .
I.E if operation
Hadoop fs -copyFromLocal testFile1 /testDir
Fails due to quota exceed exception then testFile1 of size 0 is created in
testDir on HDFS.
Steps to verify
1) Create testDir and apply space quota of 16kb
2) Copy file say testFile of size greater than 16kb from local file system
3) You should see QuotaException error
4) testFile of size 0 is created in testDir which is not expected .
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.