This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 9ca06dd9da6 [FLINK-40029][tests] Use Hadoop 3.4.3 in nightly
9ca06dd9da6 is described below
commit 9ca06dd9da6dbfe464515df17c549327a75d7876
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Wed Jul 1 08:26:46 2026 +0200
[FLINK-40029][tests] Use Hadoop 3.4.3 in nightly
---
.github/workflows/nightly.yml | 4 ++--
tools/azure-pipelines/build-apache-repo.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 61aacac53d0..4c018866662 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -51,11 +51,11 @@ jobs:
s3_access_key: ${{ secrets.IT_CASE_S3_ACCESS_KEY }}
s3_secret_key: ${{ secrets.IT_CASE_S3_SECRET_KEY }}
hadoop313:
- name: "Hadoop 3.1.3"
+ name: "Hadoop 3.4.3"
uses: ./.github/workflows/template.flink-ci.yml
with:
workflow-caller-id: hadoop313
- environment: 'PROFILE="-Dflink.hadoop.version=3.2.3
-Phadoop3-tests,hive3 -Djdk17 -Pjava17-target"'
+ environment: 'PROFILE="-Dflink.hadoop.version=3.4.3
-Phadoop3-tests,hive3 -Djdk17 -Pjava17-target"'
jdk_version: 17
secrets:
s3_bucket: ${{ secrets.IT_CASE_S3_BUCKET }}
diff --git a/tools/azure-pipelines/build-apache-repo.yml
b/tools/azure-pipelines/build-apache-repo.yml
index 997aa260f8f..86c702b778f 100644
--- a/tools/azure-pipelines/build-apache-repo.yml
+++ b/tools/azure-pipelines/build-apache-repo.yml
@@ -126,7 +126,7 @@ stages:
name: Default
e2e_pool_definition:
vmImage: 'ubuntu-24.04'
- environment: PROFILE="-Dflink.hadoop.version=3.2.3
-Phadoop3-tests,hive3 -Djdk17 -Pjava17-target"
+ environment: PROFILE="-Dflink.hadoop.version=3.4.3
-Phadoop3-tests,hive3 -Djdk17 -Pjava17-target"
run_end_to_end: true
container: flink-build-container
jdk: 17