This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2f15bae7ea Update the `GitHub Action` and `AppVeyor` entries on the
`developer-tools` page to match the current test content.
2f15bae7ea is described below
commit 2f15bae7ea141dc5e2611ced5850b3d71802f241
Author: yangjie01 <[email protected]>
AuthorDate: Mon Nov 6 16:49:09 2023 -0800
Update the `GitHub Action` and `AppVeyor` entries on the `developer-tools`
page to match the current test content.
This pr update the `GitHub Action` and `AppVeyor` entries on the
`developer-tools` page to match the current test content.
Author: yangjie01 <[email protected]>
Closes #489 from LuciferYang/developer-tools.
---
developer-tools.md | 23 ++++++++++++++++++-----
site/developer-tools.html | 25 ++++++++++++++++++++-----
2 files changed, 38 insertions(+), 10 deletions(-)
diff --git a/developer-tools.md b/developer-tools.md
index 59850dbe19..34087a874c 100644
--- a/developer-tools.md
+++ b/developer-tools.md
@@ -14,18 +14,31 @@ Apache Spark community uses various resources to maintain
the community test cov
<h3 id="github_action">GitHub Action</h3>
[GitHub Action](https://github.com/apache/spark/actions) provides the
following on Ubuntu 22.04.
-- Scala 2.12/2.13 SBT build with Java 8
-- Scala 2.12 Maven build with Java 11/17
-- Java/Scala/Python/R unit tests with Java 8/Scala 2.12/SBT
+
+<h4 id="apache-spark-4">Apache Spark 4</h4>
+
+- Scala 2.13 SBT build with Java 17
+- Scala 2.13 Maven build with Java 17/21
+- Java/Scala/Python/R unit tests with Java 17/Scala 2.13/SBT
- TPC-DS benchmark with scale factor 1
- JDBC Docker integration tests
- Kubernetes integration tests
-- Daily Java/Scala/Python/R unit tests with Java 11/17 and Scala 2.12/SBT
+- Daily Java/Scala/Python/R unit tests with Java 21 and Scala 2.13/SBT
+
+<h4 id="apache-spark-3">Apache Spark 3</h4>
+
+- Scala 2.12 SBT build with Java 8
+- Scala 2.12 Maven build with Java 11/17
+- Java/Scala/Python/R unit tests with Java 8/Scala 2.12/SBT
+- Kubernetes integration tests
+- Daily Java/Scala/Python/R unit tests with Java 8 and Scala 2.13/SBT
+- Daily JDBC Docker integration tests with Java 8 and Scala 2.13/SBT
+- Daily TPC-DS benchmark with scale factor 1 with Java 8 and Scala 2.12/SBT
<h3 id="appveyor">AppVeyor</h3>
[AppVeyor](https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark)
provides the following on Windows.
-- R unit tests with Java 8/Scala 2.12/SBT
+- R unit tests with Java 17/Scala 2.13/SBT
<h3 id="scaleway">Scaleway</h3>
diff --git a/site/developer-tools.html b/site/developer-tools.html
index 3f10174fdf..e16cf22351 100644
--- a/site/developer-tools.html
+++ b/site/developer-tools.html
@@ -146,21 +146,36 @@
<h3 id="github_action">GitHub Action</h3>
<p><a href="https://github.com/apache/spark/actions">GitHub Action</a>
provides the following on Ubuntu 22.04.</p>
+
+<h4 id="apache-spark-4">Apache Spark 4</h4>
+
<ul>
- <li>Scala 2.12/2.13 SBT build with Java 8</li>
- <li>Scala 2.12 Maven build with Java 11/17</li>
- <li>Java/Scala/Python/R unit tests with Java 8/Scala 2.12/SBT</li>
+ <li>Scala 2.13 SBT build with Java 17</li>
+ <li>Scala 2.13 Maven build with Java 17/21</li>
+ <li>Java/Scala/Python/R unit tests with Java 17/Scala 2.13/SBT</li>
<li>TPC-DS benchmark with scale factor 1</li>
<li>JDBC Docker integration tests</li>
<li>Kubernetes integration tests</li>
- <li>Daily Java/Scala/Python/R unit tests with Java 11/17 and Scala
2.12/SBT</li>
+ <li>Daily Java/Scala/Python/R unit tests with Java 21 and Scala 2.13/SBT</li>
+</ul>
+
+<h4 id="apache-spark-3">Apache Spark 3</h4>
+
+<ul>
+ <li>Scala 2.12 SBT build with Java 8</li>
+ <li>Scala 2.12 Maven build with Java 11/17</li>
+ <li>Java/Scala/Python/R unit tests with Java 8/Scala 2.12/SBT</li>
+ <li>Kubernetes integration tests</li>
+ <li>Daily Java/Scala/Python/R unit tests with Java 8 and Scala 2.13/SBT</li>
+ <li>Daily JDBC Docker integration tests with Java 8 and Scala 2.13/SBT</li>
+ <li>Daily TPC-DS benchmark with scale factor 1 with Java 8 and Scala
2.12/SBT</li>
</ul>
<h3 id="appveyor">AppVeyor</h3>
<p><a
href="https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark">AppVeyor</a>
provides the following on Windows.</p>
<ul>
- <li>R unit tests with Java 8/Scala 2.12/SBT</li>
+ <li>R unit tests with Java 17/Scala 2.13/SBT</li>
</ul>
<h3 id="scaleway">Scaleway</h3>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]