fix install problem

(cherry picked from commit f2cbc73b2dad3ce5e8a2dd2a2f2c3eff67d92efb)
This commit is contained in:
xiexing 2022-03-28 02:51:18 +00:00 committed by openeuler-sync-bot
parent df41f37cef
commit 859a13489e

View File

@ -4,7 +4,7 @@
Summary: A unified analytics engine for large-scale data processing.
Name: spark
Version: 3.2.0
Release: 1.2
Release: 2
License: Apache License v2.0
URL: http://spark.apache.org/
Source0: https://github.com/apache/spark/archive/v%{version}.tar.gz
@ -29,7 +29,7 @@ Apache Spark achieves high performance for both batch and streaming data, using
%build
cp %{SOURCE1} ./settings.xml
mvn -DskipTests clean package -s settings.xml
mvn -DskipTests -Dmaven.test.skip=true clean package -s settings.xml
%install
mkdir -p %{buildroot}/opt/
@ -40,6 +40,9 @@ cp -rf ../%{name}-%{version} %{buildroot}/opt/apache-%{name}-%{version}
%changelog
* Fri Mar 25 2022 xiexing <xiexing4@hisilicon.com> - 3.2.0-2
- fix install problem
* Fri Nov 12 2021 Wuzeyiii<wuzeyi1@huawei.com> - 1.2
- Update spark version