EMR in 2 AZs and High Availability

0

Can you deploy multiple EMR master nodes in different AZs and failover between them? Or - how do I make my EMR cluster HA?

Can you schedule core nodes in 2 AZs?

AWS
posta 3 anni fa3389 visualizzazioni
3 Risposte
0
Risposta accettata

No, currently Amazon EMR always launch all the nodes (master, core task) in a single AZ. With Instance fleet option you can specify multiple subnet while launching the cluster, however EMR will automatically pick one subnet (AZ) (based on best availability of nodes ).

With EMR multi master feature, EMR does launch 3 master nodes however they will be in same AZs only. Multi master feature is to reduce the probability of cluster termination due to master node termination. (which is a single point of failure in case of single master node cluster). In addition to that it does implement HA functionality for HDFS Namenode, Yarn Resource manager, Hbase master etc...

AWS
con risposta 3 anni fa
0
con risposta un anno fa
0

Is it safe to say that , in terms of availability EMR serverless would be a better option than EMR ?

con risposta 4 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande