Skip to content

Add Apache Spark 2.2.3 release news and update links#169

Closed
dongjoon-hyun wants to merge 2 commits intoapache:asf-sitefrom
dongjoon-hyun:SPARK-2.2.3
Closed

Add Apache Spark 2.2.3 release news and update links#169
dongjoon-hyun wants to merge 2 commits intoapache:asf-sitefrom
dongjoon-hyun:SPARK-2.2.3

Conversation

@dongjoon-hyun
Copy link
Copy Markdown
Member

@dongjoon-hyun dongjoon-hyun commented Jan 15, 2019

This PR adds or updates the followings.

1. News
news

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

3. Download
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.

@dongjoon-hyun
Copy link
Copy Markdown
Member Author

Hi, @srowen .
Could you review this PR?

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);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2018 -> 2019 ;)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh.. Thanks.

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);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2018 -> 2019


<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" />
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this shouldn't change?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, IIRC, this happens when jeykill is ran with serve.

@dongjoon-hyun
Copy link
Copy Markdown
Member Author

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);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw, this should be packagesV8, true, false); I think?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but 2.3.1 is still on the mirror.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

though I tested a few mirror link for 2.3.1, seems like it is still replicated on mirrors..

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just checked - I could remove it from dist/release later - after this is changed to false.

Copy link
Copy Markdown
Member Author

@dongjoon-hyun dongjoon-hyun Jan 15, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall I make another PR to remove this?

Copy link
Copy Markdown
Member

@felixcheung felixcheung Jan 15, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@dongjoon-hyun dongjoon-hyun deleted the SPARK-2.2.3 branch January 15, 2019 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants