fix install problem

This commit is contained in:
xiexing 2022-03-28 02:51:18 +00:00 committed by Gitee
parent 160af556e8
commit f2cbc73b2d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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