Skip to content

Commit f18211a

Browse files
authored
Merge pull request #103130 from dagiro/cli2
cli2
2 parents 06ce7b4 + ec19988 commit f18211a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/hdinsight/hdinsight-hadoop-create-linux-clusters-azure-cli.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: conceptual
99
ms.custom: hdinsightactive
10-
ms.date: 12/24/2019
10+
ms.date: 02/03/2020
1111
---
1212

1313
# Create HDInsight clusters using the Azure CLI
@@ -41,7 +41,7 @@ Azure CLI. If you haven't installed the Azure CLI, see [Install the Azure CLI](h
4141
4242
|Parameter | Description |
4343
|---|---|
44-
|`--size`| The number of worker nodes in the cluster. This article uses the variable `clusterSizeInNodes` as the value passed to `--size`. |
44+
|`--workernode-count`| The number of worker nodes in the cluster. This article uses the variable `clusterSizeInNodes` as the value passed to `--workernode-count`. |
4545
|`--version`| The HDInsight cluster version. This article uses the variable `clusterVersion` as the value passed to `--version`. See also: [Supported HDInsight versions](./hdinsight-component-versioning.md#supported-hdinsight-versions).|
4646
|`--type`| Type of HDInsight cluster, like: hadoop, interactivehive, hbase, kafka, storm, spark, rserver, mlservices. This article uses the variable `clusterType` as the value passed to `--type`. See also: [Cluster types and configuration](./hdinsight-hadoop-provision-linux-clusters.md#cluster-types).|
4747
|`--component-version`|The versions of various Hadoop components, in space-separated versions in 'component=version' format. This article uses the variable `componentVersion` as the value passed to `--component-version`. See also: [Hadoop components](./hdinsight-component-versioning.md#apache-hadoop-components-available-with-different-hdinsight-versions).|
@@ -115,12 +115,12 @@ Azure CLI. If you haven't installed the Azure CLI, see [Install the Azure CLI](h
115115
--http-password $httpCredential \
116116
--http-user admin \
117117
--location $location \
118-
--size $clusterSizeInNodes \
118+
--workernode-count $clusterSizeInNodes \
119119
--ssh-password $sshCredentials \
120120
--ssh-user sshuser \
121121
--storage-account $AZURE_STORAGE_ACCOUNT \
122122
--storage-account-key $AZURE_STORAGE_KEY \
123-
--storage-default-container $AZURE_STORAGE_CONTAINER \
123+
--storage-container $AZURE_STORAGE_CONTAINER \
124124
--version $clusterVersion
125125
```
126126
@@ -167,7 +167,6 @@ Now that you've successfully created an HDInsight cluster using the Azure CLI, u
167167
### Apache Hadoop clusters
168168

169169
* [Use Apache Hive with HDInsight](hadoop/hdinsight-use-hive.md)
170-
* [Use Apache Pig with HDInsight](hadoop/hdinsight-use-pig.md)
171170
* [Use MapReduce with HDInsight](hadoop/hdinsight-use-mapreduce.md)
172171

173172
### Apache HBase clusters

0 commit comments

Comments
 (0)