add ppc64le support

(cherry picked from commit c378a12a645c7a6ac27cb236c39733bca5f31845)
This commit is contained in:
邹鹏 2024-03-12 14:09:21 +08:00 committed by openeuler-sync-bot
parent 3dac5a639a
commit 4fb874093e

View File

@ -4,7 +4,7 @@
Summary: A unified analytics engine for large-scale data processing.
Name: spark
Version: 3.5.0
Release: 1
Release: 2
License: Apache 2.0
URL: http://spark.apache.org/
Source0: https://github.com/apache/spark/archive/v%{version}.tar.gz
@ -15,7 +15,7 @@ BuildRequires: java-1.8.0-openjdk-devel git maven
Requires: java-1.8.0-openjdk
ExclusiveArch: x86_64 aarch64
ExclusiveArch: x86_64 aarch64 ppc64le
%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.
@ -37,6 +37,9 @@ cp -rf ../%{name}-%{version} %{buildroot}/opt/apache-%{name}-%{version}
%changelog
* Tue Mar 12 2024 peng.zou <peng.zou@shingroup.cn> - 3.5.0-2
- add ppc64le support
* Mon Sep 25 2023 xiexing <xiexing4@hisilicon.com> - 3.5.0-1
- update spark version 3.5.0