-rm Command:
This command deletes/removes the file from the directory. The following is the syntax of rm command.
- -rm <src>
Hadoop -rm Command |
-rmr Command:
This command deletes/removes entire directory from the File System. The following is the syntax of rmr command.
- -rmr <src>
Hadoop -rmr Command |