Skip to content

Commit a781de3

Browse files
authored
Merge pull request #290991 from sreekzz/nov-hdi-freshness
Nov HDI Freshness Updates
2 parents dd7a133 + 236d1c0 commit a781de3

14 files changed

+29
-21
lines changed

articles/hdinsight/ambari-web-ui-auto-logout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Disable able auto logout from Ambari Web UI.
44
ms.service: azure-hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive,seoapr2022
7-
ms.date: 11/21/2023
7+
ms.date: 11/25/2024
88
---
99

1010
# Disable auto logout from Ambari Web UI

articles/hdinsight/configure-azure-blob-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configure Azure Blob Storage on Azure HDInsight
33
description: Learn how to Configure Azure Blob storage on Azure HDInsight.
44
ms.service: azure-hdinsight
55
ms.topic: how-to
6-
ms.date: 11/25/2023
6+
ms.date: 11/25/2024
77

88
---
99
# Configure Azure Blob Storage as primary storage account in Azure HDInsight

articles/hdinsight/hadoop/apache-hadoop-linux-create-cluster-get-started-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords: hadoop getting started,hadoop linux,hadoop quickstart,hive getting sta
55
ms.service: azure-hdinsight
66
ms.topic: quickstart
77
ms.custom: hdinsightactive, mvc, mode-ui, linux-related-content
8-
ms.date: 11/29/2023
8+
ms.date: 11/25/2024
99
#Customer intent: As a data analyst, I need to create a Hadoop cluster in Azure HDInsight using Azure portal and run a Hive job
1010
---
1111

articles/hdinsight/hadoop/apache-hadoop-mahout-linux-mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use the Apache Mahout machine learning library to gene
44
ms.service: azure-hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive, linux-related-content
7-
ms.date: 11/21/2023
7+
ms.date: 11/25/2024
88
---
99

1010
# Generate recommendations using Apache Mahout in Azure HDInsight

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create Azure HDInsight clusters using the cross-platfo
44
ms.service: azure-hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive, devx-track-azurecli, linux-related-content
7-
ms.date: 11/21/2023
7+
ms.date: 11/25/2024
88
---
99

1010
# Create HDInsight clusters using the Azure CLI
@@ -126,6 +126,7 @@ The steps in this document walk-through creating a HDInsight 4.0 cluster using t
126126
127127
After you complete the article, 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's 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 aren't in use.
128128
129+
129130
Enter all or some of the following commands to remove resources:
130131
131132
```azurecli-interactive
@@ -157,6 +158,7 @@ If you run into issues with creating HDInsight clusters, see [access control req
157158

158159
Now that you've successfully created an HDInsight cluster using the Azure CLI, use the following to learn how to work with your cluster:
159160

161+
160162
### Apache Hadoop clusters
161163

162164
* [Use Apache Hive with HDInsight](hadoop/hdinsight-use-hive.md)

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn to create Apache Hadoop, Apache HBase, and Apache Spark clust
44
ms.service: azure-hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive, linux-related-content
7-
ms.date: 11/21/2023
7+
ms.date: 11/25/2024
88
---
99

1010
# Create Linux-based clusters in HDInsight by using the Azure portal
@@ -51,7 +51,7 @@ From the **Basics** tab, provide the following information:
5151
|Cluster login password|Provide the password.|
5252
|Confirm cluster login password|Reenter the password|
5353
|Secure Shell (SSH) username|Provide the username, default is **sshuser**|
54-
|Use cluster login password for SSH|If you want the same SSH password as the admin password you specified earlier, select the **Use cluster login password for SSH** check box. If not, provide either a **PASSWORD** or **PUBLIC KEY** to authenticate the SSH user. A public key is the approach we recommend. Choose **Select** at the bottom to save the credentials configuration. For more information, see [Connect to HDInsight (Apache Hadoop) by using SSH](hdinsight-hadoop-linux-use-ssh-unix.md).|
54+
|Use cluster login password for SSH|If you want the same SSH password as the admin password you specified earlier, select the **`Use cluster login password for SSH`** check box. If not, provide either a **PASSWORD** or **PUBLIC KEY** to authenticate the SSH user. A public key is the approach we recommend. Choose **Select** at the bottom to save the credentials configuration. For more information, see [Connect to HDInsight (Apache Hadoop) by using SSH](hdinsight-hadoop-linux-use-ssh-unix.md).|
5555

5656
Select **Next: Storage >>** to advance to the next tab.
5757

@@ -157,6 +157,7 @@ Some of the icons in the window are explained as follows:
157157

158158
See [Delete an HDInsight cluster using your browser, PowerShell, or the Azure CLI](./hdinsight-delete-cluster.md).
159159

160+
160161
## Troubleshoot
161162

162163
If you run into issues with creating HDInsight clusters, see [access control requirements](./hdinsight-hadoop-customize-cluster-linux.md#access-control).
@@ -165,6 +166,7 @@ If you run into issues with creating HDInsight clusters, see [access control req
165166

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

169+
168170
* [Use Apache Hive with HDInsight](hadoop/hdinsight-use-hive.md)
169171
* [Get started with Apache HBase on HDInsight](hbase/apache-hbase-tutorial-get-started-linux.md)
170172
* [Customize Linux-based HDInsight clusters by using script actions](hdinsight-hadoop-customize-cluster-linux.md)

articles/hdinsight/hdinsight-service-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: conceptual
66
ms.custom: hdinsightactive
77
ms.author: sairamyeturi
88
author: yeturis
9-
ms.date: 11/23/2023
9+
ms.date: 11/25/2024
1010
---
1111

1212
# NSG service tags for Azure HDInsight

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: azure-hdinsight
55
ms.custom: mvc, devx-track-azurepowershell, mode-api
66
ms.topic: quickstart
7-
ms.date: 11/28/2023
7+
ms.date: 11/25/2024
88
#Customer intent: I need to create a Kafka cluster so that I can use it to process streaming data
99
---
1010

@@ -245,7 +245,7 @@ Kafka stores streams of data in *topics*. You can use the `kafka-topics.sh` util
245245

246246
For information on the number of fault domains in a region, see the [Availability of Linux virtual machines](/azure/virtual-machines/availability) document.
247247

248-
Kafka is not aware of Azure fault domains. When creating partition replicas for topics, it may not distribute replicas properly for high availability.
248+
Kafka is not aware of Azure fault domains. When you create partition replicas for topics, it may not distribute replicas properly for high availability.
249249

250250
To ensure high availability, use the [Apache Kafka partition rebalance tool](https://github.com/hdinsight/hdinsight-kafka-tools). This tool must be ran from an SSH connection to the head node of your Kafka cluster.
251251

articles/hdinsight/kafka/secure-spark-kafka-streaming-integration-scenario.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-hdinsight
55
ms.topic: how-to
66
ms.author: piyushgupta
77
author: piyush-gupta1999
8-
ms.date: 11/23/2023
8+
ms.date: 11/25/2024
99
---
1010

1111
# Secure Spark and Kafka – Spark streaming integration scenario

articles/hdinsight/spark/apache-spark-create-cluster-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Apache Spark clusters with Azure CLI - Azure HDInsight'
33
description: This quickstart shows how to use Azure CLI to create an Apache Spark cluster in Azure HDInsight.
44
ms.service: azure-hdinsight
55
ms.topic: quickstart
6-
ms.date: 11/23/2023
6+
ms.date: 11/25/2024
77
ms.custom: devx-track-azurecli, mode-api
88
#Customer intent: As a developer new to Apache Spark on Azure, I need to see how to create a Spark cluster.
99
---

0 commit comments

Comments
 (0)