Skip to content

Commit a4549b3

Browse files
Merge pull request #259626 from v-akarnase/patch-15
Update apache-spark-jupyter-spark-sql-use-powershell.md
2 parents b3f6464 + d853f68 commit a4549b3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: 'Quickstart: Create Apache Spark cluster on Azure HDInsight with Azure PowerShell'
3-
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.
3+
description: This quickstart shows how to use Azure PowerShell to create an Apache Spark cluster in Azure HDInsight, and run Spark SQL query.
44
ms.service: hdinsight
55
ms.topic: quickstart
6-
ms.date: 10/18/2022
6+
ms.date: 11/28/2023
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
---
@@ -14,7 +14,7 @@ In this quickstart, you use Azure PowerShell to create an Apache Spark cluster i
1414

1515
[Overview: Apache Spark on Azure HDInsight](apache-spark-overview.md) | [Apache Spark](https://spark.apache.org/) | [Apache Hive](https://hive.apache.org/) | [Jupyter Notebook](https://jupyter.org/)
1616

17-
If you're using multiple clusters together, you'll want to create a virtual network, and if you're using a Spark cluster you'll also want to use the Hive Warehouse Connector. For more information, see [Plan a virtual network for Azure HDInsight](../hdinsight-plan-virtual-network-deployment.md) and [Integrate Apache Spark and Apache Hive with the Hive Warehouse Connector](../interactive-query/apache-hive-warehouse-connector.md).
17+
If you're using multiple clusters together, you can create a virtual network, and if you're using a Spark cluster you can use the Hive Warehouse Connector. For more information, see [Plan a virtual network for Azure HDInsight](../hdinsight-plan-virtual-network-deployment.md) and [Integrate Apache Spark and Apache Hive with the Hive Warehouse Connector](../interactive-query/apache-hive-warehouse-connector.md).
1818

1919
## Prerequisite
2020

@@ -30,7 +30,7 @@ Creating an HDInsight cluster includes creating the following Azure objects and
3030

3131
- An Azure resource group. An Azure resource group is a container for Azure resources.
3232
- An Azure storage account or Azure Data Lake Storage. Each HDInsight cluster requires a dependent data storage. In this quickstart, you create a cluster that uses Azure Storage Blobs as the cluster storage. For more information on using Data Lake Storage Gen2, see [Quickstart: Set up clusters in HDInsight](../hdinsight-hadoop-provision-linux-clusters.md).
33-
- An cluster of different cluster types on HDInsight. In this quickstart, you create a Spark 2.3 cluster.
33+
- A cluster of different cluster types on HDInsight. In this quickstart, you create a Spark 2.3 cluster.
3434

3535
You use a PowerShell script to create the resources.
3636

@@ -41,7 +41,7 @@ When you run the PowerShell script, you are prompted to enter the following valu
4141
|Parameter|Value|
4242
|------|------|
4343
|Azure resource group name | Provide a unique name for the resource group.|
44-
|Location| Specify the Azure region, for example 'Central US'. |
44+
|Location| Specify the Azure region, for example 'Central US.' |
4545
|Default storage account name | Provide a unique name for the storage account. |
4646
|Cluster name | Provide a unique name for the HDInsight cluster.|
4747
|Cluster login credentials | You use this account to connect to the cluster dashboard later in the quickstart.|
@@ -135,11 +135,11 @@ If you run into an issue with creating HDInsight clusters, it could be that you
135135
136136
1. In the [Azure portal](https://portal.azure.com), search for and select **HDInsight clusters**.
137137
138-
:::image type="content" source="./media/apache-spark-jupyter-spark-sql-use-powershell/azure-portal-search-hdinsight-cluster.png" alt-text="Screenshot shows the Azure portal search for H D Insight." border="true":::
138+
:::image type="content" source="./media/apache-spark-jupyter-spark-sql-use-powershell/azure-portal-search-hdinsight-cluster.png" alt-text="Screenshot shows the Azure portal search for HDInsight." border="true":::
139139
140140
1. From the list, select the cluster you created.
141141
142-
:::image type="content" source="./media/apache-spark-jupyter-spark-sql-use-powershell/azure-portal-open-hdinsight-cluster.png" alt-text="Screenshot shows H D Insight clusters with the cluster that you created." border="true":::
142+
:::image type="content" source="./media/apache-spark-jupyter-spark-sql-use-powershell/azure-portal-open-hdinsight-cluster.png" alt-text="Screenshot shows HDInsight clusters with the cluster that you created." border="true":::
143143
144144
1. On the cluster **Overview** page, select **Cluster dashboards**, and then select **Jupyter Notebook**. If prompted, enter the cluster login credentials for the cluster.
145145

0 commit comments

Comments
 (0)