Skip to content

Commit 6b45774

Browse files
committed
updates
1 parent c483c62 commit 6b45774

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ ms.reviewer: jasonh
66
ms.service: hdinsight
77
ms.custom: hdinsightactive
88
ms.topic: conceptual
9-
ms.date: 10/22/2019
9+
ms.date: 10/29/2019
1010
ms.author: hrasheed
1111
---
12-
# Setup HDInsight clusters with a custom Ambari DB
12+
# Set up HDInsight clusters with a custom Ambari DB
1313

1414
Apache Ambari simplifies the management and monitoring of an Apache Hadoop cluster. Ambari provides an easy to use web UI and REST API. Ambari is included on HDInsight clusters, and is used to monitor the cluster and make configuration changes.
1515

1616
In normal cluster creation, as described in other articles such as [Set up clusters in HDInsight](hdinsight-hadoop-provision-linux-clusters.md), Ambari is deployed in an [S0 Azure SQL database](../sql-database/sql-database-dtu-resource-limits-single-databases.md#standard-service-tier) that is managed by HDInsight and is not accessible to users.
1717

18-
The custom Ambari DB feature allows you to deploy a new cluster and setup Ambari in an external database that you manage. This feature has the following benefits:
18+
The custom Ambari DB feature allows you to deploy a new cluster and setup Ambari in an external database that you manage. The deployment is done with an Azure Resource Manager template. This feature has the following benefits:
1919

2020
- Customization - you choose the size and processing capacity of the database. If you have large clusters processing intensive workloads, an Ambari database with lower specifications could become a bottleneck for management operations.
2121
- Flexibility - you can scale the database as needed to suit your requirements.

articles/hdinsight/hdinsight-use-external-metadata-stores.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.custom: hdinsightactive
99
ms.topic: conceptual
10-
ms.date: 10/17/2019
10+
ms.date: 10/29/2019
1111
---
1212

1313
# Use external metadata stores in Azure HDInsight
1414

15+
HDInsight allows you to take control of your data and metadata by deploying key metadata solutions and management databases to external data stores. This feature is currently available for [Apache Hive metastore](#custom-metastore), [Apache Oozie metastore](#apache-oozie-metastore) and [Apache Ambari database](#custom-ambari-db).
16+
1517
The Apache Hive metastore in HDInsight is an essential part of the Apache Hadoop architecture. A metastore is the central schema repository that can be used by other big data access tools such as Apache Spark, Interactive Query (LLAP), Presto, or Apache Pig. HDInsight uses an Azure SQL Database as the Hive metastore.
1618

1719
![HDInsight Hive Metadata Store Architecture](./media/hdinsight-use-external-metadata-stores/metadata-store-architecture.png)

0 commit comments

Comments
 (0)