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 03544c47af Remove hadoop2 pre-built for 3.4.0
03544c47af is described below

commit 03544c47af6464d27d69e9a70de085c42df5f848
Author: Kent Yao <y...@apache.org>
AuthorDate: Thu Apr 20 08:45:20 2023 -0500

    Remove hadoop2 pre-built for 3.4.0
    
    <!-- *Make sure that you generate site HTML with `bundle exec jekyll 
build`, and include the changes to the HTML in your pull request. See README.md 
for more information.* -->
    
    Referring to https://archive.apache.org/dist/spark/spark-3.4.0/, the binary 
release for hadoop2 is not pre-built and published
    
    Author: Kent Yao <y...@apache.org>
    
    Closes #460 from yaooqinn/hadoop2.
---
 js/downloads.js      | 4 +++-
 site/js/downloads.js | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/js/downloads.js b/js/downloads.js
index 9781273310..974b4ac676 100644
--- a/js/downloads.js
+++ b/js/downloads.js
@@ -24,8 +24,10 @@ var hadoop3pscala213 = {pretty: "Pre-built for Apache Hadoop 
3.3 and later (Scal
 var packagesV12 = [hadoop3p3, hadoop3p3scala213, hadoop2p7, hadoopFree, 
sources];
 // 3.3.0+
 var packagesV13 = [hadoop3p, hadoop3pscala213, hadoop2p, hadoopFree, sources];
+// 3.4.0+
+var packagesV14 = [hadoop3p, hadoop3pscala213, hadoopFree, sources];
 
-addRelease("3.4.0", new Date("04/13/2023"), packagesV13, true);
+addRelease("3.4.0", new Date("04/13/2023"), packagesV14, true);
 addRelease("3.3.2", new Date("02/17/2023"), packagesV13, true);
 addRelease("3.2.4", new Date("04/13/2023"), packagesV12, true);
 
diff --git a/site/js/downloads.js b/site/js/downloads.js
index 9781273310..974b4ac676 100644
--- a/site/js/downloads.js
+++ b/site/js/downloads.js
@@ -24,8 +24,10 @@ var hadoop3pscala213 = {pretty: "Pre-built for Apache Hadoop 
3.3 and later (Scal
 var packagesV12 = [hadoop3p3, hadoop3p3scala213, hadoop2p7, hadoopFree, 
sources];
 // 3.3.0+
 var packagesV13 = [hadoop3p, hadoop3pscala213, hadoop2p, hadoopFree, sources];
+// 3.4.0+
+var packagesV14 = [hadoop3p, hadoop3pscala213, hadoopFree, sources];
 
-addRelease("3.4.0", new Date("04/13/2023"), packagesV13, true);
+addRelease("3.4.0", new Date("04/13/2023"), packagesV14, true);
 addRelease("3.3.2", new Date("02/17/2023"), packagesV13, true);
 addRelease("3.2.4", new Date("04/13/2023"), packagesV12, true);
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to