You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/reliability/reliability-hdinsight.md
+2-15Lines changed: 2 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ CustomerIntent: As a cloud architect/engineer, I need general guidance on migrat
12
12
13
13
# Reliability in Azure HDInsight
14
14
15
-
This article describes reliability support in Azure HDInsight and covers both intra-regional resiliency with [availability zones](#availability-zone-support) and links to information on [cross-region resiliency with disaster recovery](#disaster-recovery-cross-region-failover). For a more detailed overview of reliability in Azure, see [Azure reliability](/azure/architecture/framework/resiliency/overview).
15
+
This article describes reliability support in Azure HDInsight and covers both intra-regional resiliency with [availability zones](#availability-zone-support)
16
+
(#disaster-recovery-cross-region-failover). For a more detailed overview of reliability in Azure, see [Azure reliability](/azure/architecture/framework/resiliency/overview).
16
17
17
18
18
19
## Availability zone support
@@ -58,9 +59,6 @@ However, Azure HDInsight also supports both [zone-redundant and zonal deployment
58
59
- West US 2
59
60
60
61
61
-
### SLA improvements
62
-
<!-- Need info -->
63
-
64
62
## Create an HDInsight cluster using availability zone
65
63
66
64
You can use Azure Resource Manager (ARM) template to launch an HDInsight cluster into a specified availability zone.
@@ -104,13 +102,6 @@ When the HDInsight cluster is ready, you can check the location to see which ava
104
102
105
103
You can scale up an HDInsight cluster with more worker nodes. The newly added worker nodes will be placed in the same availability zone of this cluster.
106
104
107
-
108
-
### Zonal failover support
109
-
110
-
{Need more info here.}
111
-
112
-
Make sure to implement logic to easily route workload to the secondary cluster and regularly back up the configurations in Ambari DB.
113
-
114
105
### Availability zone redeployment
115
106
116
107
Azure HDInsight clusters currently doesn't support in-place migration of existing cluster instances to availability zone support. However, you can choose to [recreate your cluster](#create-an-hdinsight-cluster-using-availability-zone), and choose availability zone support during the cluster creation.
@@ -124,10 +115,6 @@ When an availability zone goes down:
124
115
- You can't submit jobs or see job history.
125
116
- You still can submit new cluster creation request in a different region.
0 commit comments