Hadoop1 and Hadoop2 cleanup files using s3 storage
Files in a HDFS file system can be configured to save files to a trash dir. If your just using it as a file store you need to manually clean up all the files. You can do this with the following HDFS command: hadoop fs -Dfs.defaultFS=s3://myS3bucket -Dfs.trash.interval=0 -expunge