Skip to content

Commit b18dded

Browse files
author
Sreekanth Iyer (Ushta Te Consultancy Services)
committed
Improved Correcteness Score
1 parent 7245fe3 commit b18dded

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/hdinsight/hdinsight-hadoop-use-data-lake-storage-gen2-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can [download a sample template file](https://github.com/Azure-Samples/hdins
4141
The code snippet below does the following initial steps:
4242

4343
1. Logs in to your Azure account.
44-
1. Sets the active subscription where the create operations will be done.
44+
1. Sets the active subscription where the created operations will be done.
4545
1. Creates a new resource group for the new deployment activities.
4646
1. Creates a user-assigned managed identity.
4747
1. Adds an extension to the Azure CLI to use features for Data Lake Storage Gen2.

articles/hdinsight/kafka/apache-kafka-quickstart-resource-manager-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Kafka stores streams of data in *topics*. You can use the `kafka-topics.sh` util
146146
147147
For information on the number of fault domains in a region, see the [Availability of Linux virtual machines](../../virtual-machines/availability.md) document.
148148
149-
Kafka isn't aware of Azure fault domains. When creating partition replicas for topics, it may not distribute replicas properly for high availability.
149+
Kafka isn't aware of Azure fault domains. When you create partition replicas for topics, it may not distribute replicas properly for high availability.
150150
151151
To ensure high availability, use the [Apache Kafka partition rebalance tool](https://github.com/hdinsight/hdinsight-kafka-tools). This tool must be ran from an SSH connection to the head node of your Kafka cluster.
152152

0 commit comments

Comments
 (0)