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/kafka/tutorial-cli-rest-proxy.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -50,13 +50,13 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
50
50
|storageAccount|Replace STORAGEACCOUNTNAME with a name for your new storage account.|
51
51
|httpPassword|Replace PASSWORD with a password for the cluster login, **admin**.|
52
52
|sshPassword|Replace PASSWORD with a password for the secure shell username, **sshuser**.|
53
-
|securityGroupName|Replace SECURITYGROUPNAME with the client AAD security group name for Kafka Rest Proxy. The variable will be passed to the `--kafka-client-group-name` parameter for `az-hdinsight-create`.|
54
-
|securityGroupID|Replace SECURITYGROUPID with the client AAD security group ID for Kafka Rest Proxy. The variable will be passed to the `--kafka-client-group-id` parameter for `az-hdinsight-create`.|
53
+
|securityGroupName|Replace SECURITYGROUPNAME with the client AAD security group name for Kafka REST Proxy. The variable will be passed to the `--kafka-client-group-name` parameter for `az-hdinsight-create`.|
54
+
|securityGroupID|Replace SECURITYGROUPID with the client AAD security group ID for Kafka REST Proxy. The variable will be passed to the `--kafka-client-group-id` parameter for `az-hdinsight-create`.|
55
55
|storageContainer|Storage container the cluster will use, leave as-is for this tutorial. This variable will be set with the name of the cluster.|
56
56
|workernodeCount|Number of worker nodes in the cluster, leave as-is for this tutorial. To guarantee high availability, Kafka requires a minimum of 3 worker nodes|
57
57
|clusterType|Type of HDInsight cluster, leave as-is for this tutorial.|
58
-
|clusterVersion|HDInsight cluster version, leave as-is for this tutorial. Kafka Rest Proxy requires a minimum cluster version of 4.0.|
59
-
|componentVersion|Kafka version, leave as-is for this tutorial. Kafka Rest Proxy requires a minimum component version of 2.1.|
58
+
|clusterVersion|HDInsight cluster version, leave as-is for this tutorial. Kafka REST Proxy requires a minimum cluster version of 4.0.|
59
+
|componentVersion|Kafka version, leave as-is for this tutorial. Kafka REST Proxy requires a minimum component version of 2.1.|
60
60
61
61
Update the variables with desired values. Then enter the CLI commands to set the environment variables.
62
62
@@ -130,8 +130,8 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
130
130
|Parameter | Description|
131
131
|---|---|
132
132
|--kafka-management-node-size|The size of the node. This tutorial uses the value **Standard_D4_v2**.|
133
-
|--kafka-client-group-id|The client AAD security group ID for Kafka Rest Proxy. The value is passed from the variable **$securityGroupID**.|
134
-
|--kafka-client-group-name|The client AAD security group name for Kafka Rest Proxy. The value is passed from the variable **$securityGroupName**.|
133
+
|--kafka-client-group-id|The client AAD security group ID for Kafka REST Proxy. The value is passed from the variable **$securityGroupID**.|
134
+
|--kafka-client-group-name|The client AAD security group name for Kafka REST Proxy. The value is passed from the variable **$securityGroupName**.|
135
135
|--version|The HDInsight cluster version must be at least 4.0. The value is passed from the variable **$clusterVersion**.|
136
136
|--component-version|The Kafka version must be at least 2.1. The value is passed from the variable **$componentVersion**.|
0 commit comments