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/hdinsight/hdinsight-custom-ambari-db.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to create HDInsight clusters with your own custom Apache
4
4
ms.service: hdinsight
5
5
ms.custom: hdinsightactive
6
6
ms.topic: how-to
7
-
ms.date: 08/16/2022
7
+
ms.date: 09/29/2023
8
8
---
9
9
# Set up HDInsight clusters with a custom Ambari DB
10
10
@@ -21,7 +21,7 @@ The custom Ambari DB feature allows you to deploy a new cluster and setup Ambari
21
21
The remainder of this article discusses the following points:
22
22
23
23
- 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
25
25
26
26
## Custom Ambari DB requirements
27
27
@@ -33,20 +33,20 @@ The custom Ambari DB has the following other requirements:
33
33
- You must have an existing Azure SQL DB server and database.
34
34
- The database that you provide for Ambari setup must be empty. There should be no tables in the default dbo schema.
35
35
- 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.
37
37
- 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.
38
38
39
39
When you host your Apache Ambari DB in an external database, remember the following points:
40
40
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.
42
42
- 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).
43
43
- Don't change the custom Ambari DB password after the HDInsight cluster reaches the **Running** state. It is not supported.
44
44
45
45
## Deploy clusters with a custom Ambari DB
46
46
47
47
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).
48
48
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.
50
50
51
51
You can begin the deployment using the Azure CLI. Replace `<RESOURCEGROUPNAME>` with the resource group where you want to deploy your cluster.
0 commit comments