代码拉取完成,页面将自动刷新
同步操作将从 src-oepkgs/boostkit-omnicache 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
%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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。