Disk space exceeded Error

ERROR–"“The Disk space quota of /user/saikalyan140088546 is excedded : quota = 4294967296B =4GB but disk space consumed =4.15GB”" .I have deleted the files in hdfs path. Please provide the solution .

@saikalyan14088546,

You need to delete files from trash by expunge it with below command:

hadoop fs -expunge

Everyday automatically for every 6 hours, this trash will be expunged. Above is manual invoking.

1 Like

When I run the above command I am getting " Superuser privilege is required"