This is an automated email from the ASF dual-hosted git repository.
srowen 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 6e46940 Add signals to test with JDK 11
6e46940 is described below
commit 6e46940518f71fde85db154128c74c6c3b886a01
Author: Yuming Wang <[email protected]>
AuthorDate: Sat Aug 31 13:45:08 2019 -0500
Add signals to test with JDK 11
[SPARK-28701](https://issues.apache.org/jira/browse/SPARK-28701) added
support test PRBs against java11. This PR add `[test-hadoop3.2][test-java11]`
signal to docs.
More details:
https://issues.apache.org/jira/browse/SPARK-28701
http://apache-spark-developers-list.1001551.n3.nabble.com/JDK11-Support-in-Apache-Spark-td27721.html
Author: Yuming Wang <[email protected]>
Closes #214 from wangyum/test-java11.
---
developer-tools.md | 1 +
site/developer-tools.html | 1 +
2 files changed, 2 insertions(+)
diff --git a/developer-tools.md b/developer-tools.md
index 21abf47..e0dda3c 100644
--- a/developer-tools.md
+++ b/developer-tools.md
@@ -255,6 +255,7 @@ your pull request to change testing behavior. This includes:
- `[test-maven]` - signals to test the pull request using maven
- `[test-hadoop2.7]` - signals to test using Spark's Hadoop 2.7 profile
- `[test-hadoop3.2]` - signals to test using Spark's Hadoop 3.2 profile
+- `[test-hadoop3.2][test-java11]` - signals to test using Spark's Hadoop 3.2
profile with JDK 11
<h3>Binary compatibility</h3>
diff --git a/site/developer-tools.html b/site/developer-tools.html
index a773763..be82ace 100644
--- a/site/developer-tools.html
+++ b/site/developer-tools.html
@@ -434,6 +434,7 @@ your pull request to change testing behavior. This
includes:</p>
<li><code>[test-maven]</code> - signals to test the pull request using
maven</li>
<li><code>[test-hadoop2.7]</code> - signals to test using Spark’s
Hadoop 2.7 profile</li>
<li><code>[test-hadoop3.2]</code> - signals to test using Spark’s
Hadoop 3.2 profile</li>
+ <li><code>[test-hadoop3.2][test-java11]</code> - signals to test using
Spark’s Hadoop 3.2 profile with JDK 11</li>
</ul>
<h3>Binary compatibility</h3>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]