I have a cluster of 5 machines:
- 1 big NameNode
- 4 standard DataNodes
I want to change my current NameNode with a DataNode without losing the data stored in HDFS, so my cluster could become:
- 1 standard NameNode
- 3 standard DataNodes
- 1 big DataNode
Does someone know a simple way to do that?
Thank you very much