Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.