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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ When you host your Apache Ambari DB in an external database, remember the follow
58
58
59
59
## Deploy clusters with a custom Ambari DB
60
60
61
-
To create a 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).
61
+
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).
62
62
63
63
Edit the parameters in the `azuredeploy.parameters.json` to specify information about your new cluster and the database that holds Ambari.
This article walks you through setup in the [Azure portal](https://portal.azure.com), where you can create a HDInsight cluster.
36
+
This article walks you through setup in the [Azure portal](https://portal.azure.com), where you can create an HDInsight cluster.
37
37
38
38
## Basics
39
39
@@ -136,9 +136,9 @@ For more information, see [Use external metadata stores in Azure HDInsight](./hd
136
136
137
137
#### SQL database for Hive
138
138
139
-
If you want to retain your Hive tables after you delete a HDInsight cluster, use a custom metastore. You can then attach the metastore to another HDInsight cluster.
139
+
If you want to retain your Hive tables after you delete an HDInsight cluster, use a custom metastore. You can then attach the metastore to another HDInsight cluster.
140
140
141
-
A HDInsight metastore that is created for one HDInsight cluster version can't be shared across different HDInsight cluster versions. For a list of HDInsight versions, see [Supported HDInsight versions](hdinsight-component-versioning.md#supported-hdinsight-versions).
141
+
An HDInsight metastore that is created for one HDInsight cluster version can't be shared across different HDInsight cluster versions. For a list of HDInsight versions, see [Supported HDInsight versions](hdinsight-component-versioning.md#supported-hdinsight-versions).
142
142
143
143
You can use Managed Identity to authenticate with SQL database for Hive. For more information, see [Use Managed Identity for SQL Database authentication in Azure HDInsight](./use-managed-identity-for-sql-database-authentication-in-azure-hdinsight.md)
Copy file name to clipboardExpand all lines: articles/hdinsight/hdinsight-use-external-metadata-stores.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ HDInsight also supports custom metastores, which are recommended for production
57
57
58
58
### Create and config Azure SQL Database for the custom metastore
59
59
60
-
Create or have an existing Azure SQL Database before setting up a custom Hive metastore for a HDInsight cluster. For more information, see [Quickstart: Create a single database in Azure SQL Database](/azure/azure-sql/database/single-database-create-quickstart?tabs=azure-portal).
60
+
Create or have an existing Azure SQL Database before setting up a custom Hive metastore for an HDInsight cluster. For more information, see [Quickstart: Create a single database in Azure SQL Database](/azure/azure-sql/database/single-database-create-quickstart?tabs=azure-portal).
61
61
62
62
When you create the cluster, HDInsight service needs to connect to the external metastore and verify your credentials. Configure Azure SQL Database firewall rules to allow Azure services and resources to access the server. Enable this option in the Azure portal by selecting **Set server firewall**. Then select **No** underneath **Deny public network access**, and **Yes** underneath **Allow Azure services and resources to access this server** for Azure SQL Database. For more information, see [Create and manage IP firewall rules](/azure/azure-sql/database/firewall-configure#use-the-azure-portal-to-manage-server-level-ip-firewall-rules)
Copy file name to clipboardExpand all lines: articles/hdinsight/use-managed-identity-for-sql-database-authentication-in-azure-hdinsight.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.date: 01/09/2025
11
11
12
12
HDInsight added the Managed Identity option for authenticating SQL databases within its cluster offerings and providing a more secure authentication mechanism.
13
13
14
-
This article outlines the process of using the Managed Identity (MSI) option for SQL Database authentication when creating a HDInsight cluster.
14
+
This article outlines the process of using the Managed Identity (MSI) option for SQL Database authentication when creating an HDInsight cluster.
15
15
16
16
The Managed Identity (MI) option is available for the following Databases:
17
17
@@ -23,12 +23,12 @@ The Managed Identity (MI) option is available for the following Databases:
23
23
|Ranger (ESP)|❌ | ❌ |
24
24
25
25
> [!NOTE]
26
-
> 1. Managed Identity (MI) is currently available only in public regions. It will be rolled out to other regions in future releases.
27
-
> 2. MI option isn't enabled by default. To get it enabled, submit a [support ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview) with your subscription and region details.
26
+
> * Managed Identity (MI) is currently available only in public regions.
27
+
> * MI option isn't enabled by default. To get it enabled, submit a [support ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview) with your subscription and region details.
28
28
29
29
> [!IMPORTANT]
30
-
> 1. It's recommended not to update the Managed Identity after cluster recreation as it can disrupt cluster operation.
31
-
> 2. When you recreate an MSI with the same name, users must recreate the contained user and reassign roles, as the new MSI will have different object and client IDs even if the name remains unchanged.
30
+
> * It's recommended not to update the Managed Identity after cluster recreation as it can disrupt cluster operation.
31
+
> * When you recreate an MSI with the same name, users must recreate the contained user and reassign roles, as the new MSI will have different object and client IDs even if the name remains unchanged.
32
32
33
33
34
34
## Steps to Use Managed Identity during cluster creation in Azure portal
@@ -52,7 +52,7 @@ Object ID of managed identity can be obtained from portal on the managed identit
0 commit comments