Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How to delete a file in HDFS which is in different cluster?

avatar
Expert Contributor

I am creating a workflow in which I need to delete some HDFS files which are in a different cluster. Below is the command that i have tried

clusterA-ip ] $ hdfs dfs -rm hdfs://clusterB-ip:8888/path/to/the/file.txt

But this is not working. Could you please help?

1 ACCEPTED SOLUTION

avatar
Expert Contributor

Finally I fixed it. Thanks @Emil.

The command was right but I was using the wrong IP address. I was using HUE's ip as clusterB ip. I replaced it with the namenode ip and it has worked.

View solution in original post

1 REPLY 1

avatar
Expert Contributor

Finally I fixed it. Thanks @Emil.

The command was right but I was using the wrong IP address. I was using HUE's ip as clusterB ip. I replaced it with the namenode ip and it has worked.