add ppc64le support
This commit is contained in:
parent
87eb192e47
commit
24b1f0ec5c
@ -4,7 +4,7 @@
|
|||||||
Summary: A unified analytics engine for large-scale data processing.
|
Summary: A unified analytics engine for large-scale data processing.
|
||||||
Name: spark
|
Name: spark
|
||||||
Version: 3.2.2
|
Version: 3.2.2
|
||||||
Release: 1
|
Release: 2
|
||||||
License: Apache 2.0
|
License: Apache 2.0
|
||||||
URL: http://spark.apache.org/
|
URL: http://spark.apache.org/
|
||||||
Source0: https://github.com/apache/spark/archive/v%{version}.tar.gz
|
Source0: https://github.com/apache/spark/archive/v%{version}.tar.gz
|
||||||
@ -16,7 +16,7 @@ BuildRequires: maven
|
|||||||
|
|
||||||
Requires: java-1.8.0-openjdk
|
Requires: java-1.8.0-openjdk
|
||||||
|
|
||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64 ppc64le
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
||||||
@ -38,6 +38,9 @@ cp -rf ../%{name}-%{version} %{buildroot}/opt/apache-%{name}-%{version}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 10 2022 xiexing <xiexing4@hisilicon.com> - 3.2.2-1
|
||||||
- update spark version
|
- update spark version
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user