Skip to content

Commit a47864c

Browse files
authored
Updated CLI commands for HDI 4.0
Updated CLI commands for HDI 4.0
1 parent 6766b14 commit a47864c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hdinsight/spark/apache-spark-jupyter-spark-sql-use-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Create Apache Spark cluster on Azure HDInsight with Azure Po
33
description: This quickstart shows how to use Azure PowerShell to create an Apache Spark cluster in Azure HDInsight, and run a simple Spark SQL query.
44
ms.service: hdinsight
55
ms.topic: quickstart
6-
ms.date: 06/12/2019
6+
ms.date: 10/18/2022
77
ms.custom: mvc, devx-track-azurepowershell, mode-api
88
#Customer intent: As a developer new to Apache Spark on Azure, I need to see how to create a spark cluster and query some data.
99
---
@@ -52,11 +52,11 @@ When you run the PowerShell script, you are prompted to enter the following valu
5252
2. Copy and paste the following PowerShell script in the Cloud Shell.
5353

5454
```azurepowershell-interactive
55-
### Create a Spark 2.3 cluster in Azure HDInsight
55+
### Create a Spark 2.4 cluster in Azure HDInsight
5656
5757
# Default cluster size (# of worker nodes), version, and type
5858
$clusterSizeInNodes = "1"
59-
$clusterVersion = "3.6"
59+
$clusterVersion = "4.0"
6060
$clusterType = "Spark"
6161
6262
# Create the resource group

0 commit comments

Comments
 (0)