HyukjinKwon opened a new pull request #27301: [MINOR][DOCS] Fix Jenkins build image and link in README.md URL: https://github.com/apache/spark/pull/27301 ### 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.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
