Is that possible to reuse HDFS storage for two or more Hadoop installations? Or saying in other words, replicate NameNode state.
I want to build a small showcase Hadoop cluster (3-5 nodes) and I'd like to be able to play around with several Hadoop distributions (Hortonworks and Cloudera at least). I have not decided yet, how to have them installed simultaneously and it also seems to be a challenge, but currently I'd like to decide - is that possible to reuse the data stored in HDFS for different Clusters (physically using the same hard disks)?
For simplicity, I'll be happy if it works for any combination of Hadoop distros and I'm ready to lose my data at some point, because it's just an experiment.
UPDATE: I want to use HDFS exclusively with one chosen Hadoop installation at a time. Let's say one day I use Cloudera, the other Hortonworks, but they both use the same data in HDFS.