- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
is there any size limit on the file that has been sent to trash?
- Labels:
-
Apache Hadoop
Created ‎03-09-2016 01:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎03-09-2016 01:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎03-09-2016 01:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎03-09-2016 01:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Arterm
Created ‎04-21-2016 06:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
