You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight-aks/release-notes/hdinsight-aks-release-notes.md
+29-29Lines changed: 29 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,21 @@ title: Release notes for Azure HDInsight on AKS
3
3
description: Latest release notes for Azure HDInsight on AKS. Get development tips and details for Trino, Flink, Spark, and more.
4
4
ms.service: hdinsight-aks
5
5
ms.topic: conceptual
6
-
ms.date: 02/05/2024
6
+
ms.date: 03/20/2024
7
7
---
8
8
9
9
# Azure HDInsight on AKS release notes
10
10
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).
12
12
13
13
## Summary
14
14
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
+
16
21
17
22
> [!NOTE]
18
23
> 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
21
26
22
27
## Release Information
23
28
24
-
### Release date: February 05, 2024
29
+
### Release date: March 20, 2024
25
30
26
31
**This release applies to the following**
27
32
28
33
- Cluster Pool Version: 1.1
29
-
- Cluster Version: 1.1.0
34
+
- Cluster Version: 1.1.1
30
35
- AKS version: 1.27
31
36
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
34
37
35
38
### New Features
36
39
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).
- 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**
48
41
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.
50
43
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**
54
45
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.
56
47
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.
59
52
53
+
**In place Upgrade**
60
54
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.
63
63
64
64
65
65
### Operating System version
@@ -88,5 +88,5 @@ If you have any more questions, contact [Azure Support](https://ms.portal.azure.
88
88
89
89
### Next steps
90
90
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)
0 commit comments