Reputation: 1811
I have a 6 Nodes (2 masters + 4 slaves)production cluster with HA configured .
The actual topology is :
Master 1 :
Master 2 :
SLAVE 1/2/3 :
MetricsMonitoring
One of the slave nodes Contains : JournalNode
+ Zookeeper Server
Now We are planning to add some Edge Node
.
Our plan is :
What do you think ?
What's the best practice ?
What's the components to move from Master/Slave to Edge nodes ?
Thanks
Upvotes: 0
Views: 1569
Reputation: 191743
Edge nodes are meant to be Clients only. No masters/slaves. Very minimal resources other than disk space maybe for being to SCP files before using hdfs dfs -put
The Knox Gateway itself is somewhat self-described as a secure edge-node, proxy into the cluster. Depending on if you are actually using it.
If you aren't using HBase & Zeppelin, then, you could probably remove those from the cluster. If you have the available resources, HBase should sit on its own dedicated servers
Same for Zookeeper - those should ideally be separated for optimal throughput.
Upvotes: 1