Skip to content

Commit d39d9e9

Browse files
committed
quickstart edits
1 parent f9edb3c commit d39d9e9

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

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

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: v-eschaffer
66
ms.service: hdinsight
77
ms.topic: quickstart
88
ms.custom: subject-armqs, mode-arm
9-
ms.date: 04/08/2022
9+
ms.date: 04/14/2022
1010
#Customer intent: As a data analyst, I need to create a Hadoop cluster in Azure HDInsight using Bicep
1111
---
1212

@@ -54,10 +54,19 @@ Two Azure resources are defined in the Bicep file:
5454
5555
---
5656
57-
> [!NOTE]
58-
> Replace **\<cluster-name\>** with the name of the HDInsight cluster to create. Replace **\<cluster-type\>** with the type of the HDInsight cluster to create. Allowed strings include: `hadoop`, `interactivehive`, `hbase`, `storm`, and `spark`. 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. You'll be prompted to enter **clusterLoginPassword**, which must be at least 10 characters long and contain one digit, one uppercase letter, one lowercase letter, and one non-alphanumeric character except single-quote, double-quote, backslash, right-bracket, full-stop. It also must not contain three consecutive characters from the cluster username or SSH username. You'll also be prompted to enter **sshPassword**, which must be 6-72 characters long and must contain at least one digit, one uppercase letter, and one lowercase letter. It must not contain any three consecutive characters from the cluster login name.
57+
You need to provide values for the parameters:
58+
59+
* Replace **\<cluster-name\>** with the name of the HDInsight cluster to create.
60+
* 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.
62+
63+
You'll also be prompted to enter the following:
5964
60-
When the deployment finishes, you should see a message indicating the deployment succeeded.
65+
* **clusterLoginPassword**, which must be at least 10 characters long and contain one digit, one uppercase letter, one lowercase letter, and one non-alphanumeric character except single-quote, double-quote, backslash, right-bracket, full-stop. It also must not contain three consecutive characters from the cluster username or SSH username.
66+
* **sshPassword**, which must be 6-72 characters long and must contain at least one digit, one uppercase letter, and one lowercase letter. It must not contain any three consecutive characters from the cluster login name.
67+
68+
> [!NOTE]
69+
> When the deployment finishes, you should see a message indicating the deployment succeeded.
6170
6271
## Review deployed resources
6372

0 commit comments

Comments
 (0)