Add Apache Spark 2.2.3 release news and update links#169
Add Apache Spark 2.2.3 release news and update links#169dongjoon-hyun wants to merge 2 commits intoapache:asf-sitefrom dongjoon-hyun:SPARK-2.2.3
Conversation
|
Hi, @srowen . |
js/downloads.js
Outdated
| addRelease("2.3.1", new Date("06/08/2018"), packagesV8, true, true); | ||
| addRelease("2.3.0", new Date("02/28/2018"), packagesV8, true, false); | ||
| addRelease("2.2.2", new Date("07/02/2018"), packagesV8, true, true); | ||
| addRelease("2.2.3", new Date("01/11/2018"), packagesV8, true, true); |
site/js/downloads.js
Outdated
| addRelease("2.3.1", new Date("06/08/2018"), packagesV8, true, true); | ||
| addRelease("2.3.0", new Date("02/28/2018"), packagesV8, true, false); | ||
| addRelease("2.2.2", new Date("07/02/2018"), packagesV8, true, true); | ||
| addRelease("2.2.3", new Date("01/11/2018"), packagesV8, true, true); |
site/mailing-lists.html
Outdated
|
|
||
| <meta http-equiv="refresh" content="0; url=/community.html"> | ||
| <link rel="canonical" href="https://spark.apache.org/community.html" /> | ||
| <link rel="canonical" href="http://localhost:4000/community.html" /> |
There was a problem hiding this comment.
Yea, IIRC, this happens when jeykill is ran with serve.
|
Thank you, @felixcheung and @HyukjinKwon . |
| @@ -36,7 +36,8 @@ addRelease("2.4.0", new Date("11/02/2018"), packagesV9, true, true); | |||
| addRelease("2.3.2", new Date("09/24/2018"), packagesV8, true, true); | |||
| addRelease("2.3.1", new Date("06/08/2018"), packagesV8, true, true); | |||
There was a problem hiding this comment.
btw, this should be packagesV8, true, false); I think?
There was a problem hiding this comment.
Yes, but 2.3.1 is still on the mirror.
There was a problem hiding this comment.
though I tested a few mirror link for 2.3.1, seems like it is still replicated on mirrors..
There was a problem hiding this comment.
just checked - I could remove it from dist/release later - after this is changed to false.
There was a problem hiding this comment.
Shall I make another PR to remove this?
There was a problem hiding this comment.
I think it's safer to put false on all "not-the-last" release of the minor release tree, ie. 2.3.1, 2.1.2, 2.2.2 etc. it doesn't hurt either way, for now, since 2.3.1 is still on the mirror, but it kinda should be in archive instead
There was a problem hiding this comment.
That's right, and I was going to update that and remove the older releases from the mirrors just now -- I'll take care of it
This PR adds or updates the followings.
1. News

2. Release Note (No behavior change according to JIRA labels)

3. Download

In addition, the release link (https://s.apache.org/spark-2.2.3) was created already for this and the mirror 2.2.2 will be removed tomorrow.