Skip to content

Commit 3dd7008

Browse files
Merge pull request #214690 from sreekzz/patch-114
Update docs for HDInsight 4.0
2 parents 4fb7f68 + 1365f15 commit 3dd7008

12 files changed

+28
-13
lines changed

articles/hdinsight/hdinsight-hadoop-create-linux-clusters-azure-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ description: Learn how to create Azure HDInsight clusters using the cross-platfo
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive, devx-track-azurecli
7-
ms.date: 08/05/2022
7+
ms.date: 10/19/2022
88
---
99

1010
# Create HDInsight clusters using the Azure CLI
1111

1212
[!INCLUDE [selector](includes/hdinsight-create-linux-cluster-selector.md)]
1313

14-
The steps in this document walk-through creating a HDInsight 3.6 cluster using the Azure CLI.
14+
The steps in this document walk-through creating a HDInsight 4.0 cluster using the Azure CLI.
1515

1616
[!INCLUDE [delete-cluster-warning](includes/hdinsight-delete-cluster-warning.md)]
1717

@@ -51,9 +51,9 @@ The steps in this document walk-through creating a HDInsight 3.6 cluster using t
5151
5252
export AZURE_STORAGE_CONTAINER=$clusterName
5353
export clusterSizeInNodes=1
54-
export clusterVersion=3.6
54+
export clusterVersion=4.0
5555
export clusterType=hadoop
56-
export componentVersion=Hadoop=2.7
56+
export componentVersion=Hadoop=3.1.0
5757
```
5858
5959
3. [Create the resource group](/cli/azure/group#az-group-create) by entering the command below:

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

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Create Apache Hadoop clusters using web browser, Azure HDInsight
3-
description: Learn to create Apache Hadoop, Apache HBase, Apache Storm, or Apache Spark clusters on HDInsight. Use web browser and the Azure portal.
3+
description: Learn to create Apache Hadoop, Apache HBase, and Apache Spark clusters on HDInsight. Using web browser and the Azure portal.
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive,seoapr2020
7-
ms.date: 05/31/2022
7+
ms.date: 10/20/2022
88
---
99

1010
# Create Linux-based clusters in HDInsight by using the Azure portal
@@ -33,7 +33,8 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3333

3434
## Basics
3535

36-
:::image type="content" source="./media/hdinsight-hadoop-create-linux-clusters-portal/azure-portal-cluster-basics.png" alt-text="HDInsight create cluster basics":::
36+
:::image type="content" source="./media/hdinsight-hadoop-create-linux-clusters-portal/azure-hdinsight-40-portal-cluster-basics.png" alt-text="Screenshot showing HDInsight 4.0 create cluster basics.":::
37+
3738

3839
From the **Basics** tab, provide the following information:
3940

@@ -43,6 +44,7 @@ From the **Basics** tab, provide the following information:
4344
|Resource group|From the drop-down list, select your existing resource group, or select **Create new**.|
4445
|Cluster name|Enter a globally unique name.|
4546
|Region|From the drop-down list, select a region where the cluster is created.|
47+
|Availability zone|Optionally specify an availability zone in which to deploy your cluster.|
4648
|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.|
4749
|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).|
4850
|Cluster login username|Provide the username, default is **admin**.|
@@ -116,9 +118,20 @@ From the **Configuration + pricing** tab, provide the following information:
116118

117119
Select **Review + create >>** to validate the cluster configuration and advance to the final tab.
118120

121+
## Tags
122+
123+
On the **Tags** page, provide the following information:
124+
125+
| Property | Description|
126+
|---|---|
127+
|Name | Optional. Enter a name of your choice to easily identify all resources.|
128+
| Value | Leave this blank.|
129+
| Resource | Select All resources selected.|
130+
119131
## Review + create
120132

121-
:::image type="content" source="./media/hdinsight-hadoop-create-linux-clusters-portal/azure-portal-cluster-review-create-hadoop.png" alt-text="HDInsight create cluster summary":::
133+
:::image type="content" source="./media/hdinsight-hadoop-create-linux-clusters-portal/azure-hdinsight-40-portal-cluster-review-create-hadoop.png" alt-text="Screenshot showing HDInsight 4.0 create cluster summary.":::
134+
122135

123136
Review the settings. Select **Create** to create the cluster.
124137

@@ -128,7 +141,8 @@ It takes some time for the cluster to be created, usually around 20 minutes. Mon
128141

129142
After the creation process finishes, select **Go to Resource** from the **Deployment succeeded** notification. The cluster window provides the following information.
130143

131-
:::image type="content" source="./media/hdinsight-hadoop-create-linux-clusters-portal/hdinsight-create-cluster-completed.png" alt-text="HDI Azure portal cluster overview":::
144+
:::image type="content" source="./media/hdinsight-hadoop-create-linux-clusters-portal/azure-hdinsight-40-create-cluster-completed.png" alt-text="Screenshot showing Azure HDInsight portal cluster overview.":::
145+
132146

133147
Some of the icons in the window are explained as follows:
134148

articles/hdinsight/kafka/apache-kafka-get-started.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this quickstart, you learn how to create an Apache Kafka cluster
44
ms.service: hdinsight
55
ms.topic: quickstart
66
ms.custom: mvc, mode-ui
7-
ms.date: 03/30/2022
7+
ms.date: 10/19/2022
88
#Customer intent: I need to create a Kafka cluster so that I can use it to process streaming data
99
---
1010

@@ -89,7 +89,8 @@ To create an Apache Kafka cluster on HDInsight, use the following steps:
8989

9090
1. Review the configuration for the cluster. Change any settings that are incorrect. Finally, select **Create** to create the cluster.
9191

92-
:::image type="content" source="./media/apache-kafka-get-started/azure-portal-cluster-review-create-kafka.png" alt-text="kafka cluster configuration summary" border="true":::
92+
:::image type="content" source="./media/apache-kafka-get-started/azure-hdinsight-40-portal-cluster-review-create-kafka.png" alt-text="Screenshot showing kafka cluster configuration summary for HDI version 4.0." border="true":::
93+
9394

9495
It can take up to 20 minutes to create the cluster.
9596

articles/hdinsight/kafka/apache-kafka-quickstart-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this quickstart, you learn how to create an Apache Kafka cluster
44
ms.service: hdinsight
55
ms.custom: mvc, devx-track-azurepowershell, mode-api
66
ms.topic: quickstart
7-
ms.date: 08/26/2022
7+
ms.date: 10/19/2022
88
#Customer intent: I need to create a Kafka cluster so that I can use it to process streaming data
99
---
1010

@@ -100,7 +100,7 @@ $httpCredential = Get-Credential -Message "Enter the cluster login credentials"
100100
$sshCredentials = Get-Credential -Message "Enter the SSH user credentials" -UserName "sshuser"
101101
102102
$numberOfWorkerNodes = "4"
103-
$clusterVersion = "3.6"
103+
$clusterVersion = "4.0"
104104
$clusterType="Kafka"
105105
$disksPerNode=2
106106
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)