Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 603a28d

Browse files
committedApr 14, 2022
edit to lines 61-62
1 parent d39d9e9 commit 603a28d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎articles/hdinsight/hadoop/apache-hadoop-linux-tutorial-get-started-bicep.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ Two Azure resources are defined in the Bicep file:
5858
5959
* Replace **\<cluster-name\>** with the name of the HDInsight cluster to create.
6060
* Replace **\<cluster-type\>** with the type of the HDInsight cluster to create. Allowed strings include: `hadoop`, `interactivehive`, `hbase`, `storm`, and `spark`.
61-
* Replace **\<cluster-username\>** with the credentials used to submit jobs to the cluster and to log in to cluster dashboards. Replace **\<ssh-username\>** with the credentials used to remotely access the cluster. The username cannot be admin.
61+
* Replace **\<cluster-username\>** with the credentials used to submit jobs to the cluster and to log in to cluster dashboards.
62+
* Replace **\<ssh-username\>** with the credentials used to remotely access the cluster. The username cannot be admin.
6263
6364
You'll also be prompted to enter the following:
6465

0 commit comments

Comments
 (0)
Please sign in to comment.