You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/spark/apache-spark-jupyter-spark-sql-use-portal.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This quickstart shows how to use the Azure portal to create an Apac
4
4
ms.service: hdinsight
5
5
ms.topic: quickstart
6
6
ms.custom: mvc, mode-ui
7
-
ms.date: 04/01/2022
7
+
ms.date: 10/13/2022
8
8
#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.
9
9
---
10
10
@@ -14,7 +14,7 @@ In this quickstart, you use the Azure portal to create an Apache Spark cluster i
14
14
15
15
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).
16
16
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).
18
18
19
19
> [!IMPORTANT]
20
20
> 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
31
31
32
32
1. From the top menu, select **+ Create a resource**.
:::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":::
35
35
36
36
1. Select **Analytics** > **Azure HDInsight** to go to the **Create HDInsight cluster** page.
37
37
@@ -43,15 +43,16 @@ You use the Azure portal to create an HDInsight cluster that uses Azure Storage
43
43
|Resource group | From the drop-down list, select your existing resource group, or select **Create new**.|
44
44
|Cluster name | Enter a globally unique name.|
45
45
|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**.|
47
48
|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. |
49
50
|Cluster login password| Enter the cluster login password. |
50
51
|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":::
51
54
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.
55
56
56
57
1. Under **Storage**, provide the following values:
57
58
@@ -62,7 +63,7 @@ You use the Azure portal to create an HDInsight cluster that uses Azure Storage
62
63
|Primary storage account|Use the auto-populated value.|
63
64
|Container|Use the auto-populated value.|
64
65
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":::
0 commit comments