Skip to content

Commit 834c402

Browse files
authored
Updated the command for HDI 4.0
Updated the command for HDI 4.0
1 parent a47864c commit 834c402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/spark/apache-spark-create-cluster-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Apache Spark clusters with Azure CLI - Azure HDInsight'
33
description: This quickstart shows how to use Azure CLI to create an Apache Spark cluster in Azure HDInsight.
44
ms.service: hdinsight
55
ms.topic: quickstart
6-
ms.date: 02/03/2020
6+
ms.date: 10/19/2022
77
ms.custom: devx-track-azurecli, mode-api
88
#Customer intent: As a developer new to Apache Spark on Azure, I need to see how to create a Spark cluster.
99
---
@@ -41,7 +41,7 @@ If you're using multiple clusters together, you'll want to create a virtual netw
4141
4242
export AZURE_STORAGE_CONTAINER=$clusterName
4343
export clusterSizeInNodes=1
44-
export clusterVersion=3.6
44+
export clusterVersion=4.0
4545
export clusterType=spark
4646
export componentVersion=Spark=2.3
4747
```

0 commit comments

Comments
 (0)