Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

is there any size limit on the file that has been sent to trash?

avatar
Expert Contributor

can you please let me know is there any size limit that is send to trash after delete?? Please advise.

we are trying to delete a file around 6GB but its not getting deleted

1 ACCEPTED SOLUTION

avatar
Master Mentor

you can skip trash

hdfs dfs -rm -r -skipTrash

and need not worry about file size limit. http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/FileSystemShell.html

View solution in original post

3 REPLIES 3

avatar
Master Mentor

you can skip trash

hdfs dfs -rm -r -skipTrash

and need not worry about file size limit. http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/FileSystemShell.html

avatar
Expert Contributor

Thanks Arterm

avatar
Guru

Can you send what is the error that you getting with this delete? Unless quotas are set, you should not see any issues with 'Trash' going in.