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/apache-kafka-streams-api.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,13 +155,13 @@ To build and deploy the project to your Kafka on HDInsight cluster, use the foll
155
155
3. Set up password variable. Replace `PASSWORD` with the cluster login password, then enter the command:
156
156
157
157
```bash
158
-
export password='PASSWORD'
158
+
export PASSWORD='PASSWORD'
159
159
```
160
160
161
161
4. Extract correctly cased cluster name. The actual casing of the cluster name may be different than you expect, depending on how the cluster was created. This command will obtain the actual casing, and then store it in a variable. Enter the following command:
@@ -170,9 +170,9 @@ To build and deploy the project to your Kafka on HDInsight cluster, use the foll
170
170
5. To get the Kafka broker hosts and the Apache Zookeeper hosts, use the following commands. When prompted, enter the password for the cluster login (admin) account.
0 commit comments