Skip to content

Commit 5ec258d

Browse files
authored
Merge pull request #93608 from dagiro/freshness32
freshness32
2 parents acfa7d1 + f6b9b37 commit 5ec258d

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

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

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,46 +7,44 @@ ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.custom: hdinsightactive
99
ms.topic: conceptual
10-
ms.date: 04/18/2018
10+
ms.date: 10/25/2019
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 does not 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](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.
1616

1717
## Apache Ambari Web UI
1818

1919
To enable automatic topic creation on an existing cluster through the Ambari Web UI, use the following steps:
2020

21-
1. From the [Azure portal](https://portal.azure.com), select the Kafka cluster.
21+
1. From the [Azure portal](https://portal.azure.com), select your Kafka cluster.
2222

23-
2. From the __Cluster overview__, select __Cluster dashboard__.
23+
1. From **Cluster dashboards**, select **Ambari home**.
2424

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

27-
3. Then select __HDInsight cluster dashboard__. When prompted, authenticate using the login (admin) credentials for the cluster.
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.
2828

29-
![Image of the HDInsight cluster dashboard entry](./media/apache-kafka-auto-create-topics/hdinsight-cluster-dashboard.png)
30-
31-
3. Select the Kafka service from the list on the left of the page.
29+
1. Select the Kafka service from the list on the left of the page.
3230

3331
![Apache Ambari service list tab](./media/apache-kafka-auto-create-topics/hdinsight-service-list.png)
3432

35-
4. Select Configs in the middle of the page.
33+
1. Select Configs in the middle of the page.
3634

3735
![Apache Ambari service configs tab](./media/apache-kafka-auto-create-topics/hdinsight-service-config.png)
3836

39-
5. In the Filter field, enter a value of `auto.create`.
37+
1. In the Filter field, enter a value of `auto.create`.
4038

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

4341
This filters the list of properties and displays the `auto.create.topics.enable` setting.
4442

45-
6. Change the value of `auto.create.topics.enable` to `true`, and then select Save. Add a note, and then select Save again.
43+
1. Change the value of `auto.create.topics.enable` to `true`, and then select **Save**. Add a note, and then select **Save** again.
4644

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

49-
7. Select the Kafka service, select __Restart__, and then select __Restart all affected__. When prompted, select __Confirm restart all__.
47+
1. Select the Kafka service, select __Restart__, and then select __Restart all affected__. When prompted, select __Confirm restart all__.
5048

5149
![Apache Ambari restart all affected](./media/apache-kafka-auto-create-topics/restart-all-affected.png)
5250

244 KB
Loading

0 commit comments

Comments
 (0)