Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
aa36ee9390
!52 add ppc64le support
From: @peng_zou 
Reviewed-by: @wenwj0 
Signed-off-by: @wenwj0
2024-03-30 09:09:05 +00:00
邹鹏
24b1f0ec5c add ppc64le support 2024-03-12 14:51:14 +08:00
openeuler-ci-bot
87eb192e47
!35 [sync] PR-32: 更新spark版本3.2.2,解决CVE-2022-33891
From: @openeuler-sync-bot 
Reviewed-by: @wuzeyi1 
Signed-off-by: @wuzeyi1
2022-08-12 08:49:46 +00:00
xiexing
a43f3a57b5 update spark.spec.
(cherry picked from commit c556aaf2015c1749683dbdba2be433c0899c66cd)
2022-08-12 09:46:26 +08:00
xiexing01
a7a2e41fb7 fix_cve
(cherry picked from commit 3a03d04070011ff8dc24428ec5f20828d057faf1)
2022-08-12 09:46:26 +08:00
openeuler-ci-bot
4c1c5f3bc6
!19 PR-14: fix install problem
From: @xiexing01 
Reviewed-by: @wuzeyi1 
Signed-off-by: @wuzeyi1
2022-03-28 03:27:45 +00:00
xiexing
f2cbc73b2d
fix install problem 2022-03-28 02:51:18 +00:00
openeuler-ci-bot
160af556e8
!9 [sync] PR-2: Update spark version to 3.2.0
From: @openeuler-sync-bot 
Reviewed-by: @wuzeyi1 
Signed-off-by: @wuzeyi1
2022-03-16 01:26:55 +00:00
Wuzeyiii
7a4f01b002 fix spec
(cherry picked from commit 70cd1965311cf71036d12854c6f6ab5490255686)
2022-03-15 14:31:27 +08:00
Wuzeyiii
aba00493fa update spark version
(cherry picked from commit e423f08b1a505bcb690b80b0981716a99a05e356)
2022-03-15 14:31:27 +08:00
4 changed files with 27 additions and 31 deletions

View File

@ -0,0 +1,12 @@
diff -Naur spark-3.2.2/pom.xml spark-3.2.2-change/pom.xml
--- spark-3.2.2/pom.xml 2022-07-11 23:13:02.000000000 +0800
+++ spark-3.2.2-change/pom.xml 2022-07-30 04:40:32.025984410 +0800
@@ -3199,7 +3199,7 @@
<plugin>
<groupId>org.antipathy</groupId>
<artifactId>mvn-scalafmt_${scala.binary.version}</artifactId>
- <version>1.0.4</version>
+ <version>1.0.3</version>
<configuration>
<parameters>${scalafmt.parameters}</parameters> <!-- (Optional) Additional command line arguments -->
<skip>${scalafmt.skip}</skip> <!-- (Optional) skip formatting -->

View File

@ -1,25 +0,0 @@
From b197048d8dcd5c3567fee87330b41b3938356123 Mon Sep 17 00:00:00 2001
From: hubble_zhu <hubble_zhu@qq.com>
Date: Wed, 30 Sep 2020 14:53:42 +0800
Subject: [PATCH] modify maven version for 3.6.3 to 3.5.4
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7c60f8f..4b993ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
- <maven.version>3.6.3</maven.version>
+ <maven.version>3.5.4</maven.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<sbt.project.name>spark</sbt.project.name>
<slf4j.version>1.7.30</slf4j.version>
--
2.23.0

View File

@ -3,20 +3,20 @@
Summary: A unified analytics engine for large-scale data processing.
Name: spark
Version: 3.0.1
Release: 1.0
License: Apache License v2.0
Version: 3.2.2
Release: 2
License: Apache 2.0
URL: http://spark.apache.org/
Source0: https://github.com/apache/spark/archive/v%{version}.tar.gz
Patch0001: 0001-modify-maven-version-for-3.6.3-to-3.5.4.patch
Patch0001: 0001-change-mvn-scalafmt.patch
BuildRequires: java-1.8.0-openjdk-devel
BuildRequires: maven
Requires: java-1.8.0-openjdk
ExclusiveArch: x86_64 aarch64
ExclusiveArch: x86_64 aarch64 ppc64le
%description
Apache Spark achieves high performance for both batch and streaming data, using a state-of-the-art DAG scheduler, a query optimizer, and a physical execution engine.
@ -27,7 +27,7 @@ Apache Spark achieves high performance for both batch and streaming data, using
%patch0001 -p1
%build
mvn -DskipTests clean package
mvn -DskipTests -Dmaven.test.skip=true clean package
%install
mkdir -p %{buildroot}/opt/
@ -38,6 +38,15 @@ cp -rf ../%{name}-%{version} %{buildroot}/opt/apache-%{name}-%{version}
%changelog
* Tue Mar 12 2024 peng.zou <peng.zou@shingroup.cn> - 3.2.2-2
- add ppc64le support
* Wed Aug 10 2022 xiexing <xiexing4@hisilicon.com> - 3.2.2-1
- update spark version
* Fri Nov 12 2021 Wuzeyiii<wuzeyi1@huawei.com> - 1.2
- Update spark version
* Fri Sep 18 2020 Hubble_Zhu<hubble_zhu@qq.com> - 1.0
- Init package

Binary file not shown.