1 Star 0 Fork 1

Maxiaoqi/spark-3.1.1

forked from src-oepkgs/spark-3.1.1 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
spark_3.1.1.spec 1017 Bytes
一键复制 编辑 原始数据 按行查看 历史
maxiaoqi2020 提交于 2023-02-24 10:10 . add spark 3.1.1 rpm package
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
%global debug_package %{nil}
Summary: A unified analytics engine for large-scale data processing.
Name: spark
Version: 3.1.1
Release: 1
License: Apache 2.0
URL: http://spark.apache.org/
Source0: https://github.com/apache/spark/archive/v%{version}.tar.gz
BuildRequires: java-1.8.0-openjdk-devel
BuildRequires: maven
Requires: java-1.8.0-openjdk
ExclusiveArch: x86_64 aarch64
%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.
%prep
%setup -q
%build
mvn -DskipTests -Dmaven.test.skip=true clean package
%install
mkdir -p %{buildroot}/opt/
cp -rf ../%{name}-%{version} %{buildroot}/opt/apache-%{name}-%{version}
%files
/opt/apache-%{name}-%{version}
%changelog
* Wed Feb 22 2023 maxiaoqi <maxiaoqi1@huawei.com> - 3.1.1
- init spark 3.1.1 version
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/maxiaoqi2020/spark-3.1.1.git
git@gitee.com:maxiaoqi2020/spark-3.1.1.git
maxiaoqi2020
spark-3.1.1
spark-3.1.1
master

搜索帮助