Skip to content

Commit 24cd549

Browse files
authored
Merge pull request #280573 from sreekzz/Add-preview
[SCOPED] Added Preview Info
2 parents a3afd99 + 25b7ef0 commit 24cd549

23 files changed

+45
-2
lines changed

articles/hdinsight-aks/create-cluster-error-dictionary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.date: 08/31/2023
88

99
# Cluster creation errors on Azure HDInsight on AKS
1010

11+
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
12+
1113
This article describes how to troubleshoot and resolve errors that could occur when you create Azure HDInsight on AKS clusters.
1214

1315
|Sr. No|Error message|Cause|Resolution|

articles/hdinsight-aks/faq.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ms.date: 08/29/2023
1010

1111
This article addresses some common questions about Azure HDInsight on AKS.
1212

13+
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
14+
1315
## General
1416

1517
* What is HDInsight on AKS?
@@ -101,7 +103,7 @@ This article addresses some common questions about Azure HDInsight on AKS.
101103

102104
* What is state backend management and how it's done in HDInsight on AKS?
103105

104-
Backends determine where state is stored. When checkpointing is activated, state is persisted upon checkpoints to guard against data loss and recover consistently. How the state is represented internally, and how and where it's persisted upon checkpoints depends on the chosen State Backend. For more information,see [Flink overview](./flink/flink-overview.md)
106+
Backends determine where state is stored. When checkpointing is activated, state is persisted upon checkpoints to guard against data loss and recover consistently. How the state is represented internally, and how and where it's persisted upon checkpoints depends on the chosen State Backend. For more information, see [Flink overview](./flink/flink-overview.md)
105107

106108
### Apache Spark
107109

articles/hdinsight-aks/hdinsight-on-aks-autoscale-clusters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.date: 02/06/2024
88

99
# Auto Scale HDInsight on AKS Clusters
1010

11+
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
1112

1213
The sizing of any cluster to meet job performance and manage costs ahead of time is always tricky, and hard to determine! One of the lucrative benefits of building data lake house over Cloud is its elasticity, which means to use autoscale feature to maximize the utilization of resources at hand. Auto scale with Kubernetes is one key to establishing a cost optimized ecosystem. With varied usage patterns in any enterprise, there could be variations in cluster loads over time that could lead to clusters being under-provisioned (lousy performance) or overprovisioned (unnecessary costs due to idle resources).
1314

articles/hdinsight-aks/how-to-azure-monitor-integration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.date: 08/29/2023
88

99
# How to integrate with Log Analytics
1010

11+
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
12+
1113
This article describes how to enable Log Analytics to monitor & collect logs for cluster pool and cluster operations on HDInsight on AKS. You can enable the integration during cluster pool creation or post the creation.
1214
Once the integration at cluster pool is enabled, it isn't possible to disable the integration. However, you can disable the log analytics for individual clusters, which are part of the same pool.
1315

articles/hdinsight-aks/in-place-upgrade.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.date: 03/22/2024
88

99
# Upgrade your HDInsight on AKS clusters and cluster pools
1010

11+
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
12+
1113
Learn how to update your HDInsight on AKS clusters and cluster pools to the latest AKS patches, security updates, cluster patches, and cluster hotfixes with in-place upgrade.
1214

1315
## Why to upgrade

articles/hdinsight-aks/manage-cluster-pool.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.date: 08/29/2023
88

99
# Manage cluster pools
1010

11+
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
12+
1113
Cluster pools are a logical grouping of clusters and maintain a set of clusters in the same pool. It helps in building robust interoperability across multiple cluster types and allow enterprises to have the clusters in the same virtual network. One cluster pool corresponds to one cluster in AKS infrastructure.
1214

1315
This article describes how to manage a cluster pool.

articles/hdinsight-aks/manage-cluster.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.date: 08/29/2023
88

99
# Manage clusters
1010

11+
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
12+
1113
Clusters are individual compute workloads such as Apache Spark, Apache Flink, and Trino, which can be created rapidly in few minutes with preset configurations and few clicks.
1214

1315
This article describes how to manage a cluster using Azure portal.

articles/hdinsight-aks/manage-script-actions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.date: 08/29/2023
77
---
88
# Script actions during cluster creation
99

10+
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
11+
1012
Azure HDInsight on AKS provides a mechanism called **Script Actions** that invoke custom scripts to customize the cluster. These scripts are used to install additional components and change configuration settings. Script actions can be provisioned only during cluster creation as of now. Post cluster creation, Script Actions are part of the roadmap.
1113
This article explains how you can provision script actions when you create an HDInsight on AKS cluster.
1214

articles/hdinsight-aks/manual-scale.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.date: 02/06/2024
88

99
# Manual scale
1010

11+
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
12+
1113
HDInsight on AKS provides elasticity with options to scale up and scale down the number of cluster nodes. This elasticity works to help increase resource utilization and improve cost efficiency.
1214

1315
## Utility to scale clusters

articles/hdinsight-aks/powershell-cluster-create.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.date: 12/11/2023
77
---
88
# Manage HDInsight on AKS clusters using PowerShell
99

10+
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
11+
1012
Azure PowerShell is a powerful scripting environment that you can use to control and automate the deployment and management of your workloads in Microsoft Azure. This document provides information about how to create a HDInsight on AKS cluster by using Azure PowerShell. It also includes an example script.
1113

1214

0 commit comments

Comments
 (0)