Skip to content

Commit 2ca35bd

Browse files
authored
Merge pull request #113065 from dagiro/freshness_c57
freshness_c57
2 parents 9eeb3e8 + e2a68ee commit 2ca35bd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/hdinsight/kafka/apache-kafka-auto-create-topics.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
title: Enable automatic topic creation in Apache Kafka - Azure HDInsight
3-
description: Learn how to configure Apache Kafka on HDInsight to automatically create topics. You can configure Kafka by setting auto.create.topics.enable to true through Ambari or during cluster creation through PowerShell or Resource Manager templates.
3+
description: Learn how to configure Apache Kafka on HDInsight to automatically create topics. You can configure Kafka by setting `auto.create.topics.enable` to true through Ambari. Or during cluster creation through PowerShell or Resource Manager templates.
44
author: hrasheed-msft
55
ms.author: hrasheed
66
ms.reviewer: jasonh
77
ms.service: hdinsight
8-
ms.custom: hdinsightactive
98
ms.topic: conceptual
10-
ms.date: 10/25/2019
9+
ms.custom: hdinsightactive,seoapr2020
10+
ms.date: 04/28/2020
1111
---
1212

1313
# How to configure Apache Kafka on HDInsight to automatically create topics
1414

15-
By default, [Apache Kafka](https://kafka.apache.org/) on HDInsight doesn't enable automatic topic creation. You can enable auto topic creation for existing clusters using [Apache Ambari](https://ambari.apache.org/). You can also enable auto topic creation when creating a new Kafka cluster using an Azure Resource Manager template.
15+
By default, Apache Kafka on HDInsight doesn't enable automatic topic creation. You can enable auto topic creation for existing clusters using Apache Ambari. You can also enable auto topic creation when creating a new Kafka cluster using an Azure Resource Manager template.
1616

1717
## Apache Ambari Web UI
1818

@@ -24,7 +24,7 @@ To enable automatic topic creation on an existing cluster through the Ambari Web
2424

2525
![Image of the portal with cluster dashboard selected](./media/apache-kafka-auto-create-topics/azure-portal-cluster-dashboard-ambari.png)
2626

27-
When prompted, authenticate using the login (admin) credentials for the cluster. Alternatively, you can connect to Amabri directly from `https://CLUSTERNAME.azurehdinsight.net/` where `CLUSTERNAME` is the name of your Kafka cluster.
27+
When prompted, authenticate using the login (admin) credentials for the cluster. Instead, you can connect to Amabri directly from `https://CLUSTERNAME.azurehdinsight.net/` where `CLUSTERNAME` is the name of your Kafka cluster.
2828

2929
1. Select the Kafka service from the list on the left of the page.
3030

@@ -38,15 +38,15 @@ To enable automatic topic creation on an existing cluster through the Ambari Web
3838

3939
![Apache Ambari search filter field](./media/apache-kafka-auto-create-topics/hdinsight-filter-field.png)
4040

41-
This filters the list of properties and displays the `auto.create.topics.enable` setting.
41+
This setting filters the list of properties and displays the `auto.create.topics.enable` setting.
4242

4343
1. Change the value of `auto.create.topics.enable` to `true`, and then select **Save**. Add a note, and then select **Save** again.
4444

4545
![Image of the auto.create.topics.enable entry](./media/apache-kafka-auto-create-topics/auto-create-topics-enable.png)
4646

4747
1. Select the Kafka service, select __Restart__, and then select __Restart all affected__. When prompted, select __Confirm restart all__.
4848

49-
![Apache Ambari restart all affected](./media/apache-kafka-auto-create-topics/restart-all-affected.png)
49+
![`Apache Ambari restart all affected`](./media/apache-kafka-auto-create-topics/restart-all-affected.png)
5050

5151
> [!NOTE]
5252
> You can also set Ambari values through the Ambari REST API. This is generally more difficult, as you have to make multiple REST calls to retrieve the current configuration, modify it, etc. For more information, see the [Manage HDInsight clusters using the Apache Ambari REST API](../hdinsight-hadoop-manage-ambari-rest-api.md) document.

0 commit comments

Comments
 (0)