Skip to content

Commit ad97403

Browse files
committed
edit
1 parent c04fb31 commit ad97403

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

articles/reliability/reliability-hdinsight.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ CustomerIntent: As a cloud architect/engineer, I need general guidance on migrat
1212

1313
# Reliability in Azure HDInsight
1414

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).
1617

1718

1819
## Availability zone support
@@ -58,9 +59,6 @@ However, Azure HDInsight also supports both [zone-redundant and zonal deployment
5859
- West US 2
5960

6061

61-
### SLA improvements
62-
<!-- Need info -->
63-
6462
## Create an HDInsight cluster using availability zone
6563

6664
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
104102

105103
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.
106104

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-
114105
### Availability zone redeployment
115106

116107
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:
124115
- You can't submit jobs or see job history.
125116
- You still can submit new cluster creation request in a different region.
126117

127-
## Disaster recovery: cross region failover
128-
129-
<!-- Need info on this -->
130-
131118

132119
## Next steps
133120

0 commit comments

Comments
 (0)