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?