Skip to content

Commit 010dda3

Browse files
authored
Merge pull request #269601 from sreekzz/patch-11
HDI on AKS Feb Release Notes
2 parents 0ccf7b8 + 49ee1e4 commit 010dda3

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

articles/hdinsight-aks/release-notes/hdinsight-aks-release-notes.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,21 @@ title: Release notes for Azure HDInsight on AKS
33
description: Latest release notes for Azure HDInsight on AKS. Get development tips and details for Trino, Flink, Spark, and more.
44
ms.service: hdinsight-aks
55
ms.topic: conceptual
6-
ms.date: 02/05/2024
6+
ms.date: 03/20/2024
77
---
88

99
# Azure HDInsight on AKS release notes
1010

11-
This article provides information about the **most recent** Azure HDInsight on AKS release updates. For information on earlier releases, see [Azure HDInsight on AKS archived release notes](./hdinsight-aks-release-notes-archive.md).
11+
This article provides information about the **most recent** Azure HDInsight on AKS release updates. For information on earlier releases, see [Azure HDInsight on AKS archived release notes](./hdinsight-aks-release-notes-archive.md). If you would like to subscribe on release notes, watch releases on this [GitHub repository](https://github.com/Azure/HDInsight-on-aks/releases).
1212

1313
## Summary
1414

15-
Azure HDInsight on AKS is a new version of HDInsight, which runs on Kubernetes and brings in the best of the open source on Kubernetes. It's gaining popularity among enterprise customers for open-source analytics on Azure Kubernetes Services.
15+
HDInsight on AKS is a modern, reliable, secure, and fully managed Platform as a Service (PaaS) that runs on Azure Kubernetes Service (AKS). HDInsight on AKS allows you to deploy popular Open-Source Analytics workloads like Apache Spark™, Apache Flink®️, and Trino without the overhead of managing and monitoring containers.
16+
17+
You can build end-to-end, petabyte-scale Big Data applications span streaming through Apache Flink, data engineering and machine learning using Apache Spark, and Trino's powerful query engine.
18+
19+
All these capabilities combined with HDInsight on AKS’s strong developer focus enable enterprises and digital natives with deep technical expertise to build and operate applications that are right fit for their needs. HDInsight on AKS allows developers to access all the rich configurations provided by open-source software and the extensibility to seamlessly include other ecosystem offerings. This offering empowers developers to test and tune their applications to extract the best performance at optimal cost.
20+
1621

1722
> [!NOTE]
1823
> To understand about HDInsight on AKS versioning and support, refer to the **[versioning schema](../versions.md)**.
@@ -21,45 +26,40 @@ You can refer to [What's new](../whats-new.md) page for all the details of the f
2126

2227
## Release Information
2328

24-
### Release date: February 05, 2024
29+
### Release date: March 20, 2024
2530

2631
**This release applies to the following**
2732

2833
- Cluster Pool Version: 1.1
29-
- Cluster Version: 1.1.0
34+
- Cluster Version: 1.1.1
3035
- AKS version: 1.27
3136

32-
> [!TIP]
33-
> To create a new HDInsight on AKS cluster on 1.1.0, you are required to create a new cluster pool with version 1.1
3437

3538
### New Features
3639

37-
- [Workload Identity](/azure/aks/workload-identity-overview) is supported by default for cluster pools on 1.1
38-
- Trino clusters support Trino 426 from 1.1.0 release
39-
- HDInsight on AKS now includes all changes up to Trino 426 with several notable improvements provided by the community, learn more about Trino [here](https://trino.io/docs/current/release/release-426.html).
40-
- Trino cluster shape now supports load-based autoscale from 1.1.0 release
41-
- Trino on HDInsight on AKS now supports load-based autoscale making cluster more cost efficient. Learn more about it [here](/azure/hdinsight-aks/hdinsight-on-aks-autoscale-clusters).
42-
- Trino cluster shape adds simplified hive metastore and catalogs configuration
43-
- HDInsight on AKS has simplified external Hive metastore configuration for Trino cluster, you can now specify external metastore in config.properties and enable it for each catalog with single parameter, learn more about enhancements [here](/azure/hdinsight-aks/trino/trino-connect-to-metastore).
44-
- Trino cluster shape adds sharded sql connector
45-
- Flink clusters now support Flink 1.17.0 from HDInsight on AKS 1.1.0 release
46-
- HDInsight on AKS now supports Flink 1.17.0 release, with significant improvements on checkpoints, subtask level flame graph, watermark alignments. Learn more about the Flink 1.17 release [here](https://nightlies.apache.org/flink/flink-docs-release-1.17/release-notes/flink-1.17/)
47-
- Flink [SQL Gateway](https://flink.apache.org/2023/03/23/announcing-the-release-of-apache-flink-1.17/#sql-client--gateway) is now supported from HDInsight on AKS 1.1.0 release with Flink session clusters
40+
**Apache Flink Application Mode Cluster**
4841

49-
### Bug Fixes & CVEs
42+
Application mode clusters are designed to support dedicated resources for large and long-running jobs. When you have resource-intensive or extensive data processing tasks, you can use the [Application Mode Cluster](https://flink.apache.org/2020/07/14/application-deployment-in-flink-current-state-and-the-new-application-mode/#application-mode). This mode allows you to allocate dedicated resources for specific Apache Flink applications, ensuring that they have the necessary computing power and memory to handle large workloads effectively.
5043

51-
- This release includes several critical CVE fixes across the platform and open source components.
52-
- Trino cluster shape excludes system tables from caching automatically
53-
- Trino cluster shape improves Power BI timestamp timezones handling
44+
**Private Clusters for HDInsight on AKS**
5445

55-
### Known issues
46+
With private clusters, and outbound cluster settings you can now control ingress and egress traffic from HDInsight on AKS cluster pools and clusters.
5647

57-
- **Workload identity limitation:**
58-
- There is a known [limitation](/azure/aks/workload-identity-overview#limitations) when transitioning to workload identity. This is due to the permission-sensitive nature of FIC operations. Users cannot perform deletion of a cluster by deleting the resource group. Cluster deletion requests must be triggered by the application/user/principal with FIC/delete permissions. In case, the FIC deletion fails, the high-level cluster deletion will also fail.
48+
- Use Azure Firewall or Network Security Groups (NSGs) to control the egress traffic, when you opt to use outbound cluster pool with load balancer.
49+
- Use Outbound cluster pool with User defined routing to control egress traffic at the subnet level.
50+
- Use Private AKS cluster feature - To ensure AKS control plane, or API server has internal IP addresses. The network traffic between AKS Control plane / API server and HDInsight on AKS node pools (clusters) remains on the private network only.
51+
- Avoid creating public IPs for the cluster. Use private ingress feature on your clusters.
5952

53+
**In place Upgrade**
6054

61-
### New regions
62-
- East Asia
55+
Upgrade your clusters and cluster pools with the latest software updates. This means that you can enjoy the latest cluster package hotfixes, security updates, and AKS patches, without recreating clusters.
56+
57+
58+
### Known issues
59+
60+
- **Workload identity limitation:**
61+
- There's a known [limitation](/azure/aks/workload-identity-overview#limitations) when transitioning to workload identity. This limitation is due to the permission-sensitive nature of FIC operations. Users can't perform deletion of a cluster by deleting the resource group. Cluster deletion requests must be triggered by the application/user/principal with FIC/delete permissions. In case, the FIC deletion fails, the high-level cluster deletion also fails.
62+
- **User Assigned Managed Identities (UAMI)** support – There's a limit of 20 FICs per UAMI. You can only create 20 Federated Credentials on an identity. In HDInsight on AKS cluster, FIC (Federated Identity Credential) and SA have one-to-one mapping and only 20 SAs can be created against an MSI. If you want to create more clusters, then you are required to provide different MSIs to overcome the limitation.
6363

6464

6565
### Operating System version
@@ -88,5 +88,5 @@ If you have any more questions, contact [Azure Support](https://ms.portal.azure.
8888

8989
### Next steps
9090

91-
- [Azure HDInsight on AKS : Frequently asked questions](../faq.md)
92-
- [Create a cluster pool and cluster](../quickstart-create-cluster.md)
91+
- [Azure HDInsight on AKS: Frequently asked questions](../faq.md)
92+
- [Create cluster pool and cluster](../quickstart-create-cluster.md)

articles/hdinsight-aks/whats-new.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: What's new in HDInsight on AKS? (Preview)
33
description: An introduction to new concepts in HDInsight on AKS that aren't in HDInsight.
44
ms.service: hdinsight-aks
55
ms.topic: conceptual
6-
ms.date: 02/06/2024
6+
ms.date: 03/20/2024
77
---
88

99
# What's new in HDInsight on AKS? (Preview)
@@ -46,20 +46,20 @@ The following table list shows the features of HDInsight on AKS that are current
4646

4747
| Feature | Estimated release timeline | Status |
4848
| --- | --- | --- |
49-
| Autoscale - Load Based - Trino | Q1 2024 | Completed |
49+
| [Autoscale - Load Based - Trino](./hdinsight-on-aks-autoscale-clusters.md) | Q1 2024 | Completed |
5050
| Shuffle aware load based auto scale for Spark | Q2 2024 | In Progress |
5151
| In Place Upgrade | Q2 2024 | In Progress |
5252
| Reserved Instance Support | Q2 2024 | In Progress |
5353
| MSI based authentication for Metastore (SQL) | Q1 2024 | In Progress |
5454
| Spark 3.4 | Q2 2024 | In Progress |
5555
| Trino 426 | Q1 2024 | Completed |
5656
| Ranger for RBAC | Q2 2024 | In Progress |
57-
| App mode support for Flink | Q2 2024 | In Progress|
57+
| App mode support for Flink | Q1 2024 | Completed |
5858
| Flink 1.17 | Q1 2024 | Completed |
5959
| Spark ACID Support | Q1 2024 | In Progress|
6060
| Configurable SKUs for Headnode, SSH | Q2 2024 | In Progress|
61-
| Flink SQL Gateway Support | Q1 2024 | Completed |
62-
| Private Clusters for HDInsight on AKS | Q2 2024 |In Progress |
63-
| Ranger Support for Spark SQL | Q2 2024 | In Progress |
64-
| Ranger ACLs on Storage Layer | Q2 2024 | In Progress |
61+
| [Flink SQL Gateway Support](./flink/start-sql-client-cli-gateway-mode.md) | Q1 2024 | Completed |
62+
| Private Clusters for HDInsight on AKS | Q1 2024 | Completed |
63+
| Ranger Support for Spark SQL | Q4 2024 | In Progress |
64+
| Ranger ACLs on Storage Layer | Q4 2024 | In Progress |
6565
| Support for One lake as primary container | Q2 2024 | In Progress|

0 commit comments

Comments
 (0)