!19 PR-14: fix install problem
From: @xiexing01 Reviewed-by: @wuzeyi1 Signed-off-by: @wuzeyi1
This commit is contained in:
commit
4c1c5f3bc6
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user