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
description: This quickstart shows how to use Azure CLI to create an Apache Spark cluster in Azure HDInsight.
4
4
author: hrasheed-msft
5
+
ms.author: hrasheed
5
6
ms.reviewer: jasonh
6
-
7
7
ms.service: hdinsight
8
8
ms.topic: quickstart
9
-
ms.date: 06/12/2019
10
-
ms.author: hrasheed
9
+
ms.date: 02/03/2020
10
+
11
11
#Customer intent: As a developer new to Apache Spark on Azure, I need to see how to create a spark cluster.
12
12
---
13
13
@@ -25,7 +25,7 @@ Azure CLI. If you haven't installed the Azure CLI, see [Install the Azure CLI](h
25
25
26
26
## Create an Apache Spark cluster
27
27
28
-
1. Sign in to your Azure subscription. If you plan to use Azure Cloud Shell then simply select **Try it** in the upper-right corner of the code block. Else, enter the command below:
28
+
1. Sign in to your Azure subscription. If you plan to use Azure Cloud Shell, select **Try it** in the upper-right corner of the code block. Else, enter the command below:
29
29
30
30
```azurecli-interactive
31
31
az login
@@ -100,18 +100,18 @@ Azure CLI. If you haven't installed the Azure CLI, see [Install the Azure CLI](h
After you complete the quickstart, you may want to delete the cluster. With HDInsight, your data is stored in Azure Storage, so you can safely delete a cluster when it is not in use. You are also charged for an HDInsight cluster, even when it is not in use. Since the charges for the cluster are many times more than the charges for storage, it makes economic sense to delete clusters when they are not in use.
114
+
After you complete the quickstart, you may want to delete the cluster. With HDInsight, your data is stored in Azure Storage, so you can safely delete a cluster when it isn't in use. You're also charged for an HDInsight cluster, even when it isn't in use. Since the charges for the cluster are many times more than the charges for storage, it makes economic sense to delete clusters when they aren't in use.
115
115
116
116
Enter all or some of the following commands to remove resources:
0 commit comments