This is an automated email from the ASF dual-hosted git repository.
gurwls223 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 4f825aa [SPARK-36839][INFRA][FOLLOW-UP] Respect Hadoop version
configured in scheduled GitHub Actions jobs
4f825aa is described below
commit 4f825aad65f2650343e7cfbef39465ebb4e403b6
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Sat Oct 9 15:11:43 2021 +0900
[SPARK-36839][INFRA][FOLLOW-UP] Respect Hadoop version configured in
scheduled GitHub Actions jobs
### What changes were proposed in this pull request?
This is a followup of #34091 and https://github.com/apache/spark/pull/34217.
We should respect the default Hadoop 2.7 (not only in Hive's tests).
### Why are the changes needed?
In order to run the daily job with Hadoop 2 for all tests.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
It will be tested once it's merged. It won't break any build in any event.
Closes #34230 from HyukjinKwon/SPARK-36839-followup-hadoop2.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
.github/workflows/build_and_test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index 1262e65..96451ac 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -91,7 +91,7 @@ jobs:
java:
- 8
hadoop:
- - hadoop3.2
+ - ${{ needs.configure-jobs.outputs.hadoop }}
hive:
- hive2.3
# TODO(SPARK-32246): We don't test 'streaming-kinesis-asl' for now.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]