Hello Team,
When I’m trying to run this simple query in hive
select avg(salary) from emp_demo;,
It is giving me following error:
org.apache.hadoop.hdfs.protocol.DSQuotaExceededException: The DiskSpace quota of /user/pratik58892973 is exceeded: quota = 4294967296 B = 4 GB but diskspace consum
ed = 4458084547 B = 4.15 GB
While I am checking for the same on my home directory, it is showing me the following:
[pratik58892973@cxln4 ~]$cd ~; du -hs
7.3M .
Can you please let me know, why am I getting this error? though my home directory shows only 7 Mb of data.
Looking forward to your reply on an urgent basis.