!47 update version 3.5.0
From: @xiexing01 Reviewed-by: @macchen1 Signed-off-by: @macchen1
This commit is contained in:
commit
3d9914994d
@ -1,12 +1,21 @@
|
||||
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>
|
||||
diff -Naur spark-3.5.0/pom.xml spark-3.5.0-change/pom.xml
|
||||
--- spark-3.5.0/pom.xml 2023-09-09 09:24:06.000000000 +0800
|
||||
+++ spark-3.5.0-change/pom.xml 2023-09-21 16:07:19.952921078 +0800
|
||||
@@ -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.8.8</maven.version>
|
||||
+ <maven.version>3.6.3</maven.version>
|
||||
<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
|
||||
<sbt.project.name>spark</sbt.project.name>
|
||||
<asm.version>9.5</asm.version>
|
||||
@@ -442,7 +442,7 @@
|
||||
<dependency>
|
||||
<groupId>org.scala-lang.modules</groupId>
|
||||
<artifactId>scala-parallel-collections_${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 -->
|
||||
</dependency>
|
||||
--><!-- #endif scala-2.13 -->
|
||||
<dependency>
|
||||
|
||||
10
spark.spec
10
spark.spec
@ -3,7 +3,7 @@
|
||||
|
||||
Summary: A unified analytics engine for large-scale data processing.
|
||||
Name: spark
|
||||
Version: 3.2.2
|
||||
Version: 3.5.0
|
||||
Release: 1
|
||||
License: Apache 2.0
|
||||
URL: http://spark.apache.org/
|
||||
@ -11,8 +11,7 @@ Source0: https://github.com/apache/spark/archive/v%{version}.tar.gz
|
||||
|
||||
Patch0001: 0001-change-mvn-scalafmt.patch
|
||||
|
||||
BuildRequires: java-1.8.0-openjdk-devel
|
||||
BuildRequires: maven
|
||||
BuildRequires: java-1.8.0-openjdk-devel git maven
|
||||
|
||||
Requires: java-1.8.0-openjdk
|
||||
|
||||
@ -27,7 +26,7 @@ Apache Spark achieves high performance for both batch and streaming data, using
|
||||
%patch0001 -p1
|
||||
|
||||
%build
|
||||
mvn -DskipTests -Dmaven.test.skip=true clean package
|
||||
./dev/make-distribution.sh --mvn mvn --name spark-3.5.0 --tgz -DskipTests -Dmaven.test.skip=true
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/opt/
|
||||
@ -38,6 +37,9 @@ cp -rf ../%{name}-%{version} %{buildroot}/opt/apache-%{name}-%{version}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 25 2023 xiexing <xiexing4@hisilicon.com> - 3.5.0-1
|
||||
- update spark version 3.5.0
|
||||
|
||||
* Wed Aug 10 2022 xiexing <xiexing4@hisilicon.com> - 3.2.2-1
|
||||
- update spark version
|
||||
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user