Skip to content

Commit b6701d5

Browse files
authored
Merge pull request #281679 from sreekzz/patch-66
Update Release Notes for 1.2.1
2 parents 01e7b02 + 3fd7971 commit b6701d5

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

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

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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: 03/20/2024
6+
ms.date: 08/05/2024
77
---
88

99
# Azure HDInsight on AKS release notes
@@ -29,40 +29,42 @@ You can refer to [What's new](../whats-new.md) page for all the details of the f
2929
3030
## Release Information
3131

32-
### Release date: March 20, 2024
32+
### Release date: Aug 05, 2024
3333

3434
**This release applies to the following**
3535

36-
- Cluster Pool Version: 1.1
37-
- Cluster Version: 1.1.1
36+
- Cluster Pool Version: 1.2
37+
- Cluster Version: 1.2.1
3838
- AKS version: 1.27
3939

40-
4140
### New Features
4241

43-
**Apache Flink Application Mode Cluster**
44-
45-
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.
46-
47-
For more information, see [Apache Flink Application Mode cluster on HDInsight on AKS](../flink/application-mode-cluster-on-hdinsight-on-aks.md).
42+
**MSI based SQL authentication**
43+
Users can now authenticate external Azure SQL DB Metastore with MSI instead of User ID password authentication. This feature helps to further secure the cluster connection with Metastore.
4844

49-
**Private Clusters for HDInsight on AKS**
45+
**Configurable VM SKUs for Head node, SSH node**
46+
This functionality allows users to choose specific SKUs for head nodes, worker nodes, and SSH nodes, offering the flexibility to select according to the use case and the potential to lower total cost of ownership (TCO).
5047

51-
With private clusters, and outbound cluster settings you can now control ingress and egress traffic from HDInsight on AKS cluster pools and clusters.
48+
**Multiple MSI in cluster**
49+
Users can configure multiple MSI for cluster admins operations and for job related resource access. This feature allows users to demarcate and control the access to the cluster and data lying in the storage account.
50+
For example, one MSI for access to data in storage account and dedicated MSI for cluster operations.
5251

53-
- Use Azure Firewall or Network Security Groups (NSGs) to control the egress traffic, when you opt to use outbound cluster pool with load balancer.
54-
- Use Outbound cluster pool with User defined routing to control egress traffic at the subnet level.
55-
- 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.
56-
- Avoid creating public IPs for the cluster. Use private ingress feature on your clusters.
52+
### Updated
5753

58-
For more information, see [Control network traffic from HDInsight on AKS Cluster pools and cluster](../control-egress-traffic-from-hdinsight-on-aks-clusters.md).
54+
**Script action**
55+
Script Action now can be added with Sudo user permission. Users can now install multiple dependencies including custom jars to customize the clusters as required.
5956

60-
**In place Upgrade**
57+
**Library Management**
58+
Maven repository shortcut feature added to the Library Management in this release. User can now install Maven dependencies directly from the open-source repositories.
6159

62-
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. For more information, see [Upgrade your HDInsight on AKS clusters and cluster pools](../in-place-upgrade.md).
60+
**Spark 3.4**
61+
Spark 3.4 update brings a range of new features includes
62+
* API enhancements
63+
* Structured streaming improvements
64+
* Improved usability and developer experience
6365

6466
> [!IMPORTANT]
65-
> To take benefit of all these **latest features**, you are required to create a new cluster pool with 1.1 and cluster version 1.1.1.
67+
> To take benefit of all these **latest features**, you are required to create a new cluster pool with 1.2 and cluster version 1.2.1
6668
6769
### Known issues
6870

@@ -80,15 +82,15 @@ Upgrade your clusters and cluster pools with the latest software updates. This m
8082

8183
|Workload|Version|
8284
| -------- | -------- |
83-
|Trino | 426 |
85+
|Trino | 440 |
8486
|Flink | 1.17.0 |
85-
|Apache Spark | 3.3.1 |
87+
|Apache Spark | 3.4 |
8688

8789
**Supported Java and Scala versions**
8890

8991
|Workload |Java|Scala|
9092
| ----------- | -------- | -------- |
91-
|Trino |Open JDK 17.0.7  ||
93+
|Trino |Open JDK 21.0.2  ||
9294
|Flink |Open JDK 11.0.21 |2.12.7 |
9395
|Spark |Open JDK 1.8.0_345  |2.12.15 |
9496

0 commit comments

Comments
 (0)