srowen commented on a change in pull request #227: Add docs for Spark 
3.0.0-preview
URL: https://github.com/apache/spark-website/pull/227#discussion_r343420648
 
 

 ##########
 File path: js/downloads.js
 ##########
 @@ -14,14 +14,18 @@ function addRelease(version, releaseDate, packages, 
mirrored) {
 var sources = {pretty: "Source Code", tag: "sources"};
 var hadoopFree = {pretty: "Pre-built with user-provided Apache Hadoop", tag: 
"without-hadoop"};
 var hadoop2p6 = {pretty: "Pre-built for Apache Hadoop 2.6", tag: "hadoop2.6"};
-var hadoop2p7 = {pretty: "Pre-built for Apache Hadoop 2.7 and later", tag: 
"hadoop2.7"};
+var hadoop2p7 = {pretty: "Pre-built for Apache Hadoop 2.7", tag: "hadoop2.7"};
+var hadoop3p2 = {pretty: "Pre-built for Apache Hadoop 3.2 and later", tag: 
"hadoop3.2"}
 var scala2p12_hadoopFree = {pretty: "Pre-built with Scala 2.12 and 
user-provided Apache Hadoop", tag: "without-hadoop-scala-2.12"};
 
 // 2.2.0+
 var packagesV8 = [hadoop2p7, hadoop2p6, hadoopFree, sources];
 // 2.4.0+
 var packagesV9 = [hadoop2p7, hadoop2p6, hadoopFree, scala2p12_hadoopFree, 
sources];
+// 3.0.0+
+var packagesV10 = [hadoop2p7, hadoop3p2, hadoopFree, sources];
 
+addRelease("3.0.0-preview", new Date("11/06/2019"), packagesV10, true);
 
 Review comment:
   BTW, we used to have a mechanism on this page for showing the 'preview' 
releases separately. I removed it in 
https://github.com/apache/spark-website/commit/31485a30bc25e7333a8e698896b5bc05d22f994f
 as I don't know if it's that important to distinguish.
   
   Other reviewers, am I forgetting a reason we really wanted to separate them?

----------------------------------------------------------------
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]

Reply via email to