While working on my HDFS cluster, I get this error
du: java.util.ConcurrentModificationException
whenever I run
hdfs dfs -du -h -s /some/path/
A quick check on the Internet and I saw it was bug in Hadoop 2.7.0.
While working on my HDFS cluster, I get this error
du: java.util.ConcurrentModificationException
whenever I run
hdfs dfs -du -h -s /some/path/
A quick check on the Internet and I saw it was bug in Hadoop 2.7.0.
Copyright © 2021 Jogjafile Inc.
To fix the issue, I had to delete some of my Hadoop snapshot files. I believe a/some snapshot(s) had been corrupted as I had one of my data node decommissioned uncleanly from my cluster few days ago.
`
Then I started deleting the snapshots till I got my mojo back.