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
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).
18
18
19
19
## Prerequisite
20
20
@@ -30,7 +30,7 @@ Creating an HDInsight cluster includes creating the following Azure objects and
30
30
31
31
- An Azure resource group. An Azure resource group is a container for Azure resources.
32
32
- 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.
34
34
35
35
You use a PowerShell script to create the resources.
36
36
@@ -41,7 +41,7 @@ When you run the PowerShell script, you are prompted to enter the following valu
41
41
|Parameter|Value|
42
42
|------|------|
43
43
|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.'|
45
45
|Default storage account name | Provide a unique name for the storage account. |
46
46
|Cluster name | Provide a unique name for the HDInsight cluster.|
47
47
|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
135
135
136
136
1. In the [Azure portal](https://portal.azure.com), search for and select **HDInsight clusters**.
137
137
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":::
139
139
140
140
1. From the list, select the cluster you created.
141
141
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":::
143
143
144
144
1. On the cluster **Overview** page, select **Cluster dashboards**, and then select **Jupyter Notebook**. If prompted, enter the cluster login credentials for the cluster.
0 commit comments