Hello,
For a directory in HDFS, I have set dsquota as 1GB but when I try to copy a 500 MB file to that directory. I get a exception == copyFromLocal: The DiskSpace quota of /user/prateek is exceeded: quota = 1073741824 B = 1 GB but diskspace consumed = 1305477120 B = 1.22 GB.
The directory already contains four files.
1048576 /user/prateek/file1.txt
10485760 /user/prateek/file2.txt
10485760 /user/prateek/file3.txt
10485760 /user/prateek/file4.txt
How can we calculate the diskspace consumed(i.e.1.22GB in this case)?
Thanks in advance