Skip to content

Commit dd0bb78

Browse files
committed
freshness46
1 parent 641a6ee commit dd0bb78

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

articles/hdinsight/hdinsight-hadoop-create-linux-clusters-portal.md

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
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.
44
author: hrasheed-msft
55
ms.author: hrasheed
66
ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: conceptual
99
ms.custom: hdinsightactive
10-
ms.date: 02/19/2020
10+
ms.date: 04/13/2020
1111
---
1212

1313
# 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
2020

2121
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).
2222

23-
If you dont 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.
2424

2525
## Create clusters
2626

@@ -46,7 +46,7 @@ From the **Basics** tab, provide the following information:
4646
|Resource group|From the drop-down list, select your existing resource group, or select **Create new**.|
4747
|Cluster name|Enter a globally unique name.|
4848
|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.|
5050
|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).|
5151
|Cluster login username|Provide the username, default is **admin**.|
5252
|Cluster login password|Provide the password.|
@@ -62,7 +62,7 @@ Select **Next: Storage >>** to advance to the next tab.
6262

6363
### Primary storage
6464

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**:
6666

6767
1. For **Selection method**, choose either **Select from list**, or **Use access key**.
6868
* 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
7676

7777
### Metastore Settings
7878

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.
8080

8181
Select **Next: Security + networking >>** to advance to the next tab.
8282

@@ -153,25 +153,7 @@ If you run into issues with creating HDInsight clusters, see [access control req
153153

154154
You've successfully created an HDInsight cluster. Now learn how to work with your cluster.
155155

156-
### Apache Hadoop clusters
157-
158156
* [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-
163157
* [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-
168158
* [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-
174159
* [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

Comments
 (0)