What is your experience with RAID1 on HDP cluster?
I have in my mind two options:
- Setup RAID 1 for master and zoo nodes, and don't use RAID at all on slave nodes like kafka brokers, hbase regionservers and yarn nodemanager's.
Even if I loose one slave node, I will have two other replicas. In my opinion, RAID will only slow down my cluster.
- Despite everything, setup everything using RAID 1.
What do you think about it? What is you experience with HDP and RAID? What do you think about using RAID 0 for slave nodes?