Skip to content

Commit b4abfe6

Browse files
Merge pull request #214389 from sreekzz/patch-115
Update screenshot for new spark version
2 parents 535aee0 + e290c50 commit b4abfe6

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This quickstart shows how to use the Azure portal to create an Apac
44
ms.service: hdinsight
55
ms.topic: quickstart
66
ms.custom: mvc, mode-ui
7-
ms.date: 04/01/2022
7+
ms.date: 10/13/2022
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
---
1010

@@ -14,7 +14,7 @@ In this quickstart, you use the Azure portal to create an Apache Spark cluster i
1414

1515
For in-depth explanations of available configurations, see [Set up clusters in HDInsight](../hdinsight-hadoop-provision-linux-clusters.md). For more information regarding the use of the portal to create clusters, see [Create clusters in the portal](../hdinsight-hadoop-create-linux-clusters-portal.md).
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 may want to create a virtual network; if you're using a Spark cluster may 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).
1818

1919
> [!IMPORTANT]
2020
> Billing for HDInsight clusters is prorated per minute, whether you are using them or not. Be sure to delete your cluster after you have finished using it. For more information, see the [Clean up resources](#clean-up-resources) section of this article.
@@ -31,7 +31,7 @@ You use the Azure portal to create an HDInsight cluster that uses Azure Storage
3131

3232
1. From the top menu, select **+ Create a resource**.
3333

34-
:::image type="content" source="./media/apache-spark-jupyter-spark-sql-use-portal/azure-portal-create-resource.png " alt-text="Azure portal create a resource" border="true":::urce" border="true":::
34+
:::image type="content" source="./media/apache-spark-jupyter-spark-sql-use-portal/azure-portal-create-resource.png " alt-text="Screenshot of Azure portal how to create a resource" border="true":::
3535

3636
1. Select **Analytics** > **Azure HDInsight** to go to the **Create HDInsight cluster** page.
3737

@@ -43,15 +43,16 @@ You use the Azure portal to create an HDInsight cluster that uses Azure Storage
4343
|Resource group | From the drop-down list, select your existing resource group, or select **Create new**.|
4444
|Cluster name | Enter a globally unique name.|
4545
|Region | From the drop-down list, select a region where the cluster is created. |
46-
|Cluster type| Select Select cluster type to open a list. From the list, select **Spark**.|
46+
|Availability zone |Optional - specify an availability zone in which to deploy your cluster|
47+
|Cluster type| Select cluster type to open a list. From the list, select **Spark**.|
4748
|Cluster version|This field will auto-populate with the default version once the cluster type has been selected.|
48-
|Cluster login username| Enter the cluster login username. The default name is **admin**. You use this account to login in to the Jupyter Notebook later in the quickstart. |
49+
|Cluster login username| Enter the cluster login username. The default name is **admin**. You use this account to log in to the Jupyter Notebook later in the quickstart. |
4950
|Cluster login password| Enter the cluster login password. |
5051
|Secure Shell (SSH) username| Enter the SSH username. The SSH username used for this quickstart is **sshuser**. By default, this account shares the same password as the *Cluster Login username* account. |
52+
53+
:::image type="content" source="./media/apache-spark-jupyter-spark-sql-use-portal/azure-portal-cluster-basics-spark.png " alt-text="Screenshot shows Create HDInsight cluster with the Basics tab selected." border="true":::
5154

52-
:::image type="content" source="./media/apache-spark-jupyter-spark-sql-use-portal/azure-portal-cluster-basics-spark.png " alt-text="Screenshot shows Create H D Insight cluster with the Basics tab selected." border="true":::
53-
54-
Select **Next: Storage >>** to continue to the **Storage** page.
55+
1. Select **Next: Storage >>** to continue to the **Storage** page.
5556

5657
1. Under **Storage**, provide the following values:
5758

@@ -62,7 +63,7 @@ You use the Azure portal to create an HDInsight cluster that uses Azure Storage
6263
|Primary storage account|Use the auto-populated value.|
6364
|Container|Use the auto-populated value.|
6465

65-
:::image type="content" source="./media/apache-spark-jupyter-spark-sql-use-portal/azure-portal-cluster-storage.png " alt-text="Screenshot shows Create H D Insight cluster with the Storage tab selected." border="true":::
66+
:::image type="content" source="./media/apache-spark-jupyter-spark-sql-use-portal/azure-portal-cluster-storage.png " alt-text="Screenshot shows Create HDInsight cluster with the Storage tab selected." border="true":::
6667

6768
Select **Review + create** to continue.
6869

-114 KB
Loading

0 commit comments

Comments
 (0)