Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 01-24-2017 12:26 PM
Regarding your latest error:
java.io.IOException: Incompatible clusterIDs in /mnt/disk1/hadoop/hdfs/data: namenode clusterID = CID-297a140f-7cd6-4c73-afc8-bd0a7d01c0ee; datanode clusterID = CID-7591e6bd-ce9b-4b14-910c-c9603892a0f1 at
Looks like your VERSION file has different cluster IDs present in NameNode and DataNode that need to be correct. So please check.
cat <dfs.namenode.name.dir>/current/VERSION cat <dfs.datanode.data.dir>/current/VERSION
Hence Copy the clusterID from nematode and put it in the VERSION file of datanode and then try again.
Please refer to: http://www.dedunu.info/2015/05/how-to-fix-incompatible-clusterids-in.html
.