0 votes
in HDFS by
How will you empty the trash in HDFS?

1 Answer

0 votes
by

Just like many desktop operating systems handle deleted files without a key, HDFS also moves all the deleted files into trash folder stored at /user/hdfs/.Trash. The trash can be emptied by running the following command-

hdfs –dfs expunge

...