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/hdinsight-hadoop-create-linux-clusters-portal.md
+27-24Lines changed: 27 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,47 +2,48 @@
2
2
title: Create Apache Hadoop clusters by using a web browser, Azure HDInsight
3
3
description: Learn how to create Apache Hadoop, Apache HBase, Apache Storm, or Apache Spark clusters on Linux for HDInsight by using a web browser and the Azure preview portal.
4
4
author: hrasheed-msft
5
+
ms.author: hrasheed
5
6
ms.reviewer: jasonh
6
-
7
7
ms.service: hdinsight
8
8
ms.custom: hdinsightactive
9
9
ms.topic: conceptual
10
10
ms.date: 05/29/2019
11
-
ms.author: hrasheed
12
-
13
11
---
12
+
14
13
# Create Linux-based clusters in HDInsight by using the Azure portal
The Azure portal is a web-based management tool for services and resources hosted in the Microsoft Azure cloud. In this article, you learn how to create Linux-based Azure HDInsight clusters by using the portal.
***An Azure subscription**. See [How to get Azure Free trial for testing Hadoop in HDInsight](https://azure.microsoft.com/documentation/videos/get-azure-free-trial-for-testing-hadoop-in-hdinsight/).
23
24
***A modern web browser**. The Azure portal uses HTML5 and JavaScript. It might not function correctly in older web browsers.
24
25
25
26
## Create clusters
27
+
26
28
The Azure portal exposes most of the cluster properties. By using Azure Resource Manager templates, you can hide many details. For more information, see [Create Apache Hadoop clusters in HDInsight by using Resource Manager templates](hdinsight-hadoop-create-linux-clusters-arm-templates.md).
1. Sign in to the [Azure portal](https://portal.azure.com).
32
33
33
34
1. From the left menu, select **+ Create a resource**.
34
35
35
-
1. Under **Azure Marketplace**, select **Analytics**.
36
+
1. Under **Azure Marketplace**, select **Analytics**.
37
+
38
+
1. Under **Featured**, select **HDInsight**.
36
39
37
-
1. Under **Featured**, select **HDInsight**.
38
-
39
40

40
41
41
42
1. On the **HDInsight** page, select **Custom (size, settings, apps)**.
42
43
43
44
1. Select **1 Basics**. Then enter the following information.
44
45
45
-

46
+

46
47
47
48
* Enter the **Cluster Name**. This name must be globally unique.
48
49
@@ -71,10 +72,9 @@ The Azure portal exposes most of the cluster properties. By using Azure Resource
71
72
72
73
Select **Next** to move to the next page.
73
74
74
-
75
75
5. From **3 Storage**, specify whether you want Azure Storage or Azure Data Lake Storage as your default storage. For more information, see the following table.
76
76
77
-

77
+

@@ -87,21 +87,19 @@ The Azure portal exposes most of the cluster properties. By using Azure Resource
87
87
88
88
Select **Next** to move to the next page.
89
89
90
-
91
90
6. From **4 Applications (optional)**, select any applications that you want. Microsoft, independent software vendors (ISVs), or you can develop these applications. For more information, see [Install applications during cluster creation](hdinsight-apps-install-applications.md#install-applications-during-cluster-creation).
92
91
93
92
Select **Next** to move to the next page.
94
93
95
-
96
94
6.**5 Cluster size** displays information about the nodes that are used for this cluster. Set the number of worker nodes that you need for the cluster. The estimated cost of running the cluster is also shown.
97
-
98
-

99
-
95
+
96
+

97
+
100
98
> [!IMPORTANT]
101
-
> If you plan on more than 32 worker nodes, select a head node size with at least eight cores and 14 GB RAM. Plan the nodes either at cluster creation or by scaling the cluster after creation.
102
-
>
99
+
> If you plan on more than 32 worker nodes, select a head node size with at least eight cores and 14 GB RAM. Plan the nodes either at cluster creation or by scaling the cluster after creation.
100
+
>
103
101
> For more information on node sizes and associated costs, see [Azure HDInsight pricing](https://azure.microsoft.com/pricing/details/hdinsight/).
104
-
102
+
105
103
Select **Next** to move to the next page.
106
104
107
105
8. From **6 Script actions**, you can customize a cluster to install custom components. This option works if you want to use a custom script to customize a cluster, as the cluster is being created. For more information about script actions, see [Customize Linux-based HDInsight clusters by using script actions](hdinsight-hadoop-customize-cluster-linux.md).
@@ -110,53 +108,58 @@ The Azure portal exposes most of the cluster properties. By using Azure Resource
110
108
111
109
9. From **7 Summary**, verify the information you entered earlier. Then select **Create**.
112
110
113
-

111
+

114
112
115
113
> [!NOTE]
116
114
> It takes some time for the cluster to be created, usually around 20 minutes. Monitor **Notifications** to check on the provisioning process.
117
115
118
116
10. After the creation process finishes, select **Go to Resource** from the **Deployment succeeded** notification. The cluster window provides the following information.
* The **Overview** tab provides all the essential information about the cluster. Examples are the name, the resource group it belongs to, the location, the operating system, and the URL for the cluster dashboard.
125
123
***Dashboard** directs you to the Ambari portal associated with the cluster.
126
124
***Secure Shell** provides information needed to access the cluster by using SSH.
127
125
* By using **Scale cluster**, you can increase the number of worker nodes associated with the cluster.
128
126
***Delete** deletes the HDInsight cluster.
129
-
130
127
131
128
## Customize clusters
132
129
*[Customize HDInsight clusters by using Bootstrap](hdinsight-hadoop-customize-cluster-bootstrap.md)
133
130
*[Customize Linux-based HDInsight clusters by using script actions](hdinsight-hadoop-customize-cluster-linux.md)
0 commit comments