My /hdfs_data/dfs/dn/current/ is full which is putting my machine in unhealthy state. I am using cloudera version 5.5.2. How should I clean it ?
Thanks;
My /hdfs_data/dfs/dn/current/ is full which is putting my machine in unhealthy state. I am using cloudera version 5.5.2. How should I clean it ?
Thanks;
I've had this problem. If you don't care about the data on hdfs, then you can simply rm -R /dfs/dn/current
on every datanode of your cluster and hdfs namenode -format
, this will free up plenty of memory.
Also, take a look here.