Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 03-09-2016 01:41 AM
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
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
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
Thanks Arterm
Created 04-21-2016 06:48 PM
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.