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
+6-24Lines changed: 6 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: Create Apache Hadoop clusters using web browser, Azure HDInsight
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 portal.
3
+
description: Learn to create Apache Hadoop, Apache HBase, Apache Storm, or Apache Spark clusters on HDInsight. Use web browser and the Azure portal.
4
4
author: hrasheed-msft
5
5
ms.author: hrasheed
6
6
ms.reviewer: jasonh
7
7
ms.service: hdinsight
8
8
ms.topic: conceptual
9
9
ms.custom: hdinsightactive
10
-
ms.date: 02/19/2020
10
+
ms.date: 04/13/2020
11
11
---
12
12
13
13
# Create Linux-based clusters in HDInsight by using the Azure portal
@@ -20,7 +20,7 @@ The Azure portal is a web-based management tool for services and resources hoste
20
20
21
21
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).
22
22
23
-
If you don’t have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
23
+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
24
24
25
25
## Create clusters
26
26
@@ -46,7 +46,7 @@ From the **Basics** tab, provide the following information:
46
46
|Resource group|From the drop-down list, select your existing resource group, or select **Create new**.|
47
47
|Cluster name|Enter a globally unique name.|
48
48
|Region|From the drop-down list, select a region where the cluster is created.|
49
-
|Cluster type|Select**Select cluster type** to open a list. From the list, select the desired cluster type. HDInsight clusters come in a variety of types. They correspond to the workload or technology that the cluster is tuned for. There's no supported method to create a cluster that combines multiple types.|
49
+
|Cluster type|Click**Select cluster type** to open a list. From the list, select the wanted cluster type. HDInsight clusters come in different types. They correspond to the workload or technology that the cluster is tuned for. There's no supported method to create a cluster that combines multiple types.|
50
50
|Version|From the drop-down list, select a **version**. Use the default version if you don't know what to choose. For more information, see [HDInsight cluster versions](hdinsight-component-versioning.md).|
51
51
|Cluster login username|Provide the username, default is **admin**.|
52
52
|Cluster login password|Provide the password.|
@@ -62,7 +62,7 @@ Select **Next: Storage >>** to advance to the next tab.
62
62
63
63
### Primary storage
64
64
65
-
From the drop-down list for **Primary storage type**, select your default storage type. The subsequent fields to complete will vary based upon your selection. For **Azure Storage**:
65
+
From the drop-down list for **Primary storage type**, select your default storage type. The later fields to complete will vary based upon your selection. For **Azure Storage**:
66
66
67
67
1. For **Selection method**, choose either **Select from list**, or **Use access key**.
68
68
* For **Select from list**, then select your **Primary storage account** from the drop-down list, or select **Create new**.
@@ -76,7 +76,7 @@ Optional: Select **Add Azure Storage** for additional cluster storage. Using an
76
76
77
77
### Metastore Settings
78
78
79
-
Optional: Specify an existing SQL Database to save Apache Hive, Apache Oozie, and/or Apache Ambari metadata outside of the cluster. The Azure SQL Database that's used for the metastore must allow connectivity to other Azure services, including Azure HDInsight. When you create a metastore, don't name a database with dashes or hyphens. These characters can cause the cluster creation process to fail.
79
+
Optional: Specify an existing SQL Database to save Apache Hive, Apache Oozie, and, or Apache Ambari metadata outside of the cluster. The Azure SQL Database that's used for the metastore must allow connectivity to other Azure services, including Azure HDInsight. When you create a metastore, don't name a database with dashes or hyphens. These characters can cause the cluster creation process to fail.
80
80
81
81
Select **Next: Security + networking >>** to advance to the next tab.
82
82
@@ -153,25 +153,7 @@ If you run into issues with creating HDInsight clusters, see [access control req
153
153
154
154
You've successfully created an HDInsight cluster. Now learn how to work with your cluster.
155
155
156
-
### Apache Hadoop clusters
157
-
158
156
*[Use Apache Hive with HDInsight](hadoop/hdinsight-use-hive.md)
159
-
*[Use MapReduce with HDInsight](hadoop/hdinsight-use-mapreduce.md)
160
-
161
-
### Apache HBase clusters
162
-
163
157
*[Get started with Apache HBase on HDInsight](hbase/apache-hbase-tutorial-get-started-linux.md)
164
-
*[Develop Java applications for Apache HBase on HDInsight](hbase/apache-hbase-build-java-maven-linux.md)
165
-
166
-
### Apache Storm clusters
167
-
168
158
*[Develop Java topologies for Apache Storm on HDInsight](storm/apache-storm-develop-java-topology.md)
169
-
*[Use Python components in Apache Storm on HDInsight](storm/apache-storm-develop-python-topology.md)
170
-
*[Deploy and monitor topologies with Apache Storm on HDInsight](storm/apache-storm-deploy-monitor-topology-linux.md)
171
-
172
-
### Apache Spark clusters
173
-
174
159
*[Create a standalone application by using Scala](spark/apache-spark-create-standalone-application.md)
175
-
*[Run jobs remotely on an Apache Spark cluster by using Apache Livy](spark/apache-spark-livy-rest-interface.md)
176
-
*[Apache Spark with BI: Perform interactive data analysis by using Spark in HDInsight with BI tools](spark/apache-spark-use-bi-tools.md)
177
-
*[Apache Spark with Machine Learning: Use Spark in HDInsight to predict food inspection results](spark/apache-spark-machine-learning-mllib-ipython.md)
0 commit comments