[ https://issues.apache.org/jira/browse/HDFS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz Wo Nicholas Sze resolved HDFS-172.
--------------------------------------
Resolution: Not a Problem
Resolve this as "not-a-problem". Please feel free to reopen if you disagree.
> Quota exceed exception creates file of size 0
> ---------------------------------------------
>
> Key: HDFS-172
> URL: https://issues.apache.org/jira/browse/HDFS-172
> Project: Hadoop HDFS
> Issue Type: Bug
> 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 was sent by Atlassian JIRA
(v6.2#6252)
|