Skip to content

Commit 20f8914

Browse files
Update apache-kafka-producer-consumer-api.md
1 parent 89e1751 commit 20f8914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/kafka/apache-kafka-producer-consumer-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ The [Run.java](https://github.com/Azure-Samples/hdinsight-kafka-java-get-started
153153
```bash
154154
export clusterName=$(curl -u admin:$password -sS -G "http://headnodehost:8080/api/v1/clusters" | jq -r '.items[].Clusters.cluster_name')
155155
```
156-
> [!Note]
157-
> If you're running this command from outside the cluster, get the cluster name from the Azure portal. Enter clusterName in lowercase and run the command `export clusterName='clustername'` to store the variable.
156+
> [!Note]
157+
> If you're doing this process from outside the cluster, there is a different procedure for storing the cluster name. Get the cluster name in lower case from the Azure portal. Then, substitute the cluster name for `<clustername>` in the following command and execute it: `export clusterName='<clustername>'`.
158158
159159
1. To get the Kafka broker hosts, use the following command:
160160

0 commit comments

Comments
 (0)