How to Delete directory and files recursively from HDFS?
Answer Posted / Shishir Chouhan
To delete a directory and its contents recursively in HDFS, you can use the 'hadoop fs -rmr' command. Here is an example: `hadoop fs -rmr /path/to/delete`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category