Skip to content

Commit 156a598

Browse files
Merge pull request #251776 from v-akarnase/patch-31
Update hdinsight-custom-ambari-db.md
2 parents 20c8919 + b052691 commit 156a598

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/hdinsight/hdinsight-custom-ambari-db.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create HDInsight clusters with your own custom Apache
44
ms.service: hdinsight
55
ms.custom: hdinsightactive
66
ms.topic: how-to
7-
ms.date: 08/16/2022
7+
ms.date: 09/29/2023
88
---
99
# Set up HDInsight clusters with a custom Ambari DB
1010

@@ -21,7 +21,7 @@ The custom Ambari DB feature allows you to deploy a new cluster and setup Ambari
2121
The remainder of this article discusses the following points:
2222

2323
- requirements to use the custom Ambari DB feature
24-
- the steps necessary to provision HDInsight clusters using your own external database for Apache Ambari
24+
- the steps necessary to provision HDInsight cluster using your own external database for Apache Ambari
2525

2626
## Custom Ambari DB requirements
2727

@@ -33,20 +33,20 @@ The custom Ambari DB has the following other requirements:
3333
- You must have an existing Azure SQL DB server and database.
3434
- The database that you provide for Ambari setup must be empty. There should be no tables in the default dbo schema.
3535
- The user used to connect to the database should have SELECT, CREATE TABLE, and INSERT permissions on the database.
36-
- Turn on the option to [Allow access to Azure services](/azure/azure-sql/database/vnet-service-endpoint-rule-overview#azure-portal-steps) on the server where you will host Ambari.
36+
- Turn on the option to [Allow access to Azure services](/azure/azure-sql/database/vnet-service-endpoint-rule-overview#azure-portal-steps) on the server where you host Ambari.
3737
- Management IP addresses from HDInsight service need to be allowed in the firewall rule. See [HDInsight management IP addresses](hdinsight-management-ip-addresses.md) for a list of the IP addresses that must be added to the server-level firewall rule.
3838

3939
When you host your Apache Ambari DB in an external database, remember the following points:
4040

41-
- You're responsible for the additional costs of the Azure SQL DB that holds Ambari.
41+
- You're responsible for the extra costs of the Azure SQL DB that holds Ambari.
4242
- Back up your custom Ambari DB periodically. Azure SQL Database generates backups automatically, but the backup retention time-frame varies. For more information, see [Learn about automatic SQL Database backups](/azure/azure-sql/database/automated-backups-overview).
4343
- Don't change the custom Ambari DB password after the HDInsight cluster reaches the **Running** state. It is not supported.
4444

4545
## Deploy clusters with a custom Ambari DB
4646

4747
To create an HDInsight cluster that uses your own external Ambari database, use the [custom Ambari DB Quickstart template](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.hdinsight/hdinsight-custom-ambari-db).
4848

49-
Edit the parameters in the `azuredeploy.parameters.json` to specify information about your new cluster and the database that will hold Ambari.
49+
Edit the parameters in the `azuredeploy.parameters.json` to specify information about your new cluster and the database that holds Ambari.
5050

5151
You can begin the deployment using the Azure CLI. Replace `<RESOURCEGROUPNAME>` with the resource group where you want to deploy your cluster.
5252

0 commit comments

Comments
 (0)