This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new e086485e699f [SPARK-57513][INFRA] Remove `Hadoop 3` from GitHub Action
workflow names
e086485e699f is described below
commit e086485e699f9cda89b5c7212eec7df4a2a3840b
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jun 17 15:00:10 2026 -0700
[SPARK-57513][INFRA] Remove `Hadoop 3` from GitHub Action workflow names
### What changes were proposed in this pull request?
This PR removes `Hadoop 3` from the GitHub Action workflow names.
### Why are the changes needed?
Apache Spark 3.5+ supports only Hadoop 3, so `Hadoop 3` is redundant in the
workflow names in these days because Apache Spark 3.4 and older are EOL. All
live branches are `Hadoop 3`.
- https://github.com/apache/spark/pull/40788
Note that this PR focuses only for GitHub Action workflow names, not a
profile. We have kept the profile for the cases we need to split Hadoop
distributions in a way. For example, hadoop-4 (although it doesn't exist yet)
or hadoop-3.6 (if needed).
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code
Closes #56576 from dongjoon-hyun/SPARK-57513.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_branch35.yml | 2 +-
.github/workflows/build_branch42.yml | 2 +-
.github/workflows/build_branch42_java21.yml | 2 +-
.github/workflows/build_branch42_java25.yml | 2 +-
.github/workflows/build_branch42_maven.yml | 2 +-
.github/workflows/build_branch42_maven_java21.yml | 2 +-
.github/workflows/build_branch42_non_ansi.yml | 2 +-
.github/workflows/build_java17.yml | 2 +-
.github/workflows/build_java21.yml | 2 +-
.github/workflows/build_java25.yml | 2 +-
.github/workflows/build_maven.yml | 2 +-
.github/workflows/build_maven_java21.yml | 2 +-
.github/workflows/build_maven_java21_arm.yml | 2 +-
.github/workflows/build_maven_java21_macos26.yml | 2 +-
.github/workflows/build_maven_java25.yml | 2 +-
.github/workflows/build_non_ansi.yml | 2 +-
.github/workflows/build_rockdb_as_ui_backend.yml | 2 +-
.github/workflows/build_uds.yml | 2 +-
18 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/.github/workflows/build_branch35.yml
b/.github/workflows/build_branch35.yml
index b054ce483303..bb856605b5f4 100644
--- a/.github/workflows/build_branch35.yml
+++ b/.github/workflows/build_branch35.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build (branch-3.5, Scala 2.13, Hadoop 3, JDK 8)"
+name: "Build (branch-3.5, Scala 2.13, JDK 8)"
on:
schedule:
diff --git a/.github/workflows/build_branch42.yml
b/.github/workflows/build_branch42.yml
index 09ef329f3de4..191c9013820b 100644
--- a/.github/workflows/build_branch42.yml
+++ b/.github/workflows/build_branch42.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build (branch-4.2, Scala 2.13, Hadoop 3, JDK 17)"
+name: "Build (branch-4.2, Scala 2.13, JDK 17)"
on:
schedule:
diff --git a/.github/workflows/build_branch42_java21.yml
b/.github/workflows/build_branch42_java21.yml
index 6a1d11ba1812..59f10d247b7b 100644
--- a/.github/workflows/build_branch42_java21.yml
+++ b/.github/workflows/build_branch42_java21.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build (branch-4.2, Scala 2.13, Hadoop 3, JDK 21)"
+name: "Build (branch-4.2, Scala 2.13, JDK 21)"
on:
schedule:
diff --git a/.github/workflows/build_branch42_java25.yml
b/.github/workflows/build_branch42_java25.yml
index 8f158382437d..4ce647c47605 100644
--- a/.github/workflows/build_branch42_java25.yml
+++ b/.github/workflows/build_branch42_java25.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build (branch-4.2, Scala 2.13, Hadoop 3, JDK 25)"
+name: "Build (branch-4.2, Scala 2.13, JDK 25)"
on:
schedule:
diff --git a/.github/workflows/build_branch42_maven.yml
b/.github/workflows/build_branch42_maven.yml
index 940784f3984f..3bf12f131aa5 100644
--- a/.github/workflows/build_branch42_maven.yml
+++ b/.github/workflows/build_branch42_maven.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Maven (branch-4.2, Scala 2.13, Hadoop 3, JDK 17)"
+name: "Build / Maven (branch-4.2, Scala 2.13, JDK 17)"
on:
schedule:
diff --git a/.github/workflows/build_branch42_maven_java21.yml
b/.github/workflows/build_branch42_maven_java21.yml
index 6229ba6fbc28..85635b1d681c 100644
--- a/.github/workflows/build_branch42_maven_java21.yml
+++ b/.github/workflows/build_branch42_maven_java21.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Maven (branch-4.2, Scala 2.13, Hadoop 3, JDK 21)"
+name: "Build / Maven (branch-4.2, Scala 2.13, JDK 21)"
on:
schedule:
diff --git a/.github/workflows/build_branch42_non_ansi.yml
b/.github/workflows/build_branch42_non_ansi.yml
index 320ad944e252..4f9579cd012f 100644
--- a/.github/workflows/build_branch42_non_ansi.yml
+++ b/.github/workflows/build_branch42_non_ansi.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Non-ANSI (branch-4.2, Hadoop 3, JDK 17, Scala 2.13)"
+name: "Build / Non-ANSI (branch-4.2, JDK 17, Scala 2.13)"
on:
schedule:
diff --git a/.github/workflows/build_java17.yml
b/.github/workflows/build_java17.yml
index 6b67d73f3061..da31c07f1fe5 100644
--- a/.github/workflows/build_java17.yml
+++ b/.github/workflows/build_java17.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Java17 (Scala 2.13, Hadoop 3, JDK 17)"
+name: "Build / Java17 (Scala 2.13, JDK 17)"
on:
workflow_dispatch:
diff --git a/.github/workflows/build_java21.yml
b/.github/workflows/build_java21.yml
index e3038ec690b4..9ecb0ac24e79 100644
--- a/.github/workflows/build_java21.yml
+++ b/.github/workflows/build_java21.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Java21 (Scala 2.13, Hadoop 3, JDK 21)"
+name: "Build / Java21 (Scala 2.13, JDK 21)"
on:
schedule:
diff --git a/.github/workflows/build_java25.yml
b/.github/workflows/build_java25.yml
index 4e0176daa4aa..b4b3d1b532e2 100644
--- a/.github/workflows/build_java25.yml
+++ b/.github/workflows/build_java25.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Java25 (Scala 2.13, Hadoop 3, JDK 25)"
+name: "Build / Java25 (Scala 2.13, JDK 25)"
on:
schedule:
diff --git a/.github/workflows/build_maven.yml
b/.github/workflows/build_maven.yml
index 404b834975f2..2e40b70a6500 100644
--- a/.github/workflows/build_maven.yml
+++ b/.github/workflows/build_maven.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Maven (Scala 2.13, Hadoop 3, JDK 17)"
+name: "Build / Maven (Scala 2.13, JDK 17)"
on:
schedule:
diff --git a/.github/workflows/build_maven_java21.yml
b/.github/workflows/build_maven_java21.yml
index a5dd31c12d64..ac03fc8f4167 100644
--- a/.github/workflows/build_maven_java21.yml
+++ b/.github/workflows/build_maven_java21.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Maven (Scala 2.13, Hadoop 3, JDK 21)"
+name: "Build / Maven (Scala 2.13, JDK 21)"
on:
schedule:
diff --git a/.github/workflows/build_maven_java21_arm.yml
b/.github/workflows/build_maven_java21_arm.yml
index 308e31e7ee1e..51f2b61b09b0 100644
--- a/.github/workflows/build_maven_java21_arm.yml
+++ b/.github/workflows/build_maven_java21_arm.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Maven (Scala 2.13, Hadoop 3, JDK 21, ARM)"
+name: "Build / Maven (Scala 2.13, JDK 21, ARM)"
on:
schedule:
diff --git a/.github/workflows/build_maven_java21_macos26.yml
b/.github/workflows/build_maven_java21_macos26.yml
index 8f24d4d0c804..da52d79805d8 100644
--- a/.github/workflows/build_maven_java21_macos26.yml
+++ b/.github/workflows/build_maven_java21_macos26.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Maven (Scala 2.13, Hadoop 3, JDK 21, MacOS-26)"
+name: "Build / Maven (Scala 2.13, JDK 21, MacOS-26)"
on:
schedule:
diff --git a/.github/workflows/build_maven_java25.yml
b/.github/workflows/build_maven_java25.yml
index 5b1d5b365adf..9794c21bb4e3 100644
--- a/.github/workflows/build_maven_java25.yml
+++ b/.github/workflows/build_maven_java25.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Maven (Scala 2.13, Hadoop 3, JDK 25)"
+name: "Build / Maven (Scala 2.13, JDK 25)"
on:
schedule:
diff --git a/.github/workflows/build_non_ansi.yml
b/.github/workflows/build_non_ansi.yml
index 3a36309d0ea4..c19081c204fd 100644
--- a/.github/workflows/build_non_ansi.yml
+++ b/.github/workflows/build_non_ansi.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Non-ANSI (Hadoop 3, JDK 17, Scala 2.13)"
+name: "Build / Non-ANSI (JDK 17, Scala 2.13)"
on:
schedule:
diff --git a/.github/workflows/build_rockdb_as_ui_backend.yml
b/.github/workflows/build_rockdb_as_ui_backend.yml
index c70e7541090c..506fd28e9cc1 100644
--- a/.github/workflows/build_rockdb_as_ui_backend.yml
+++ b/.github/workflows/build_rockdb_as_ui_backend.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / RocksDB as UI Backend (Hadoop 3, JDK 17, Scala 2.13)"
+name: "Build / RocksDB as UI Backend (JDK 17, Scala 2.13)"
on:
schedule:
diff --git a/.github/workflows/build_uds.yml b/.github/workflows/build_uds.yml
index b2767cef2227..64a97e4faa16 100644
--- a/.github/workflows/build_uds.yml
+++ b/.github/workflows/build_uds.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Unix Domain Socket (Hadoop 3, JDK 17, Scala 2.13)"
+name: "Build / Unix Domain Socket (JDK 17, Scala 2.13)"
on:
schedule:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]