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
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
[MINOR][DOCS] Fix Jenkins build image and link in README.md
### What changes were proposed in this pull request?
Jenkins link in README.md is currently broken:

Seems new jobs are configured to test Hive 1.2 and 2.3 profiles. The link pointed out `spark-master-test-maven-hadoop-2.7` before. Now it become two.
```
spark-master-test-maven-hadoop-2.7 -> spark-master-test-maven-hadoop-2.7-hive-2.3
spark-master-test-maven-hadoop-2.7-hive-1.2
```
Since the PR builder uses Hive 2.3 by default, this PR fixes the link to point out `spark-master-test-maven-hadoop-2.7-hive-2.3`
### Why are the changes needed?
To fix the image and broken link.
### Does this PR introduce any user-facing change?
No. Dev only change.
### How was this patch tested?
Manually clicking.
Closesapache#27301 from HyukjinKwon/minor-link.
Authored-by: HyukjinKwon <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments