1 Star 0 Fork 2

Maxiaoqi/boostkit-omnicache

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
omnicache.spec 1.95 KB
一键复制 编辑 原始数据 按行查看 历史
%global debug_package %{nil}
Summary: Kunpeng BoostKit OmniCache materialized view
Name: BoostKit-omnicache
Version: 1.0.0
Release: 1
License: Kunpeng BoostKit License Agreement 1.0
URL: https://www.hikunpeng.com/zh/developer/boostkit/big-data
Source0: https://kunpeng-repo.obs.cn-north-4.myhuaweicloud.com/Kunpeng%20BoostKit/Kunpeng%20BoostKit%2022.0.0/BoostKit-omnicache_%{version}.zip
Source1: https://gitee.com/kunpengcompute/boostkit-bigdata/releases/download/B062/boostkit-omnicache-spark-3.1.1-1.0.0-aarch64.jar
Source2: https://gitee.com/kunpengcompute/boostkit-bigdata/releases/download/B062/boostkit-omnicache-logparser-spark-3.1.1-1.0.0-aarch64.jar
Source3: omnicache_lib.tar.gz
ExclusiveArch: aarch64
%description
The OmniCache materialized view feature is designed for scenarios where SQL analysis tasks in a data warehouse have many identical subqueries. Generating materialized views for those identical subqueries saves computing resources and improves the query performance.
%prep
%setup -q -n BoostKit-omnicache_%{version}
%build
%install
mkdir -p %{buildroot}/opt/
cp -rf ../BoostKit-omnicache_%{version} %{buildroot}/opt/BoostKit-omnicache_%{version}
cp -rf %{SOURCE1} %{buildroot}/opt/BoostKit-omnicache_%{version}
cp -rf %{SOURCE2} %{buildroot}/opt/BoostKit-omnicache_%{version}
cp -rf %{SOURCE3} %{buildroot}/opt/BoostKit-omnicache_%{version}
%post
cd /opt/BoostKit-omnicache_%{version}
tar -zxvf omnicache_lib.tar.gz
echo "====================="
echo "Omnicache deployment location: /opt/BoostKit-omnicache_%{version}"
echo "Python install location: /opt/BoostKit-omnicache_%{version}/omnicache_lib/bin"
echo "Check Omnicache Version: /opt/BoostKit-omnicache_%{version}/omnicache_lib/bin/python /opt/BoostKit-omnicache_%{version}/main.pyc --version"
%postun
rm -rf /opt/BoostKit-omnicache_%{version}
%files
/opt/BoostKit-omnicache_%{version}
%changelog
* Wed Feb 22 2023 maxiaoqi <maxiaoqi1@huawei.com> - 1.0.0
- init Kunpeng BoostKit OmniCache package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/maxiaoqi2020/boostkit-omnicache.git
git@gitee.com:maxiaoqi2020/boostkit-omnicache.git
maxiaoqi2020
boostkit-omnicache
boostkit-omnicache
master

搜索帮助