How to delete files from the HDFS? January 3, 2024 by Tarik You can use hdfs dfs -rm -R /path/to/HDFS/file since hadoop dfs has been deprecated.