Fri, 16 Jan 2026 20:06:01 CST | login

Information for build liborc-1.8.1-8.oc9

ID20093
Package Nameliborc
Version1.8.1
Release8.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/liborc.git?.#b0ef41e09f970550eddc08d19864214b9ce64534
SummaryLibrary for producing small, fast columnar storage for Hadoop workloads
DescriptionORC is a self-describing type-aware columnar file format designed for Hadoop workloads. It is optimized for large streaming reads, but with integrated support for finding required rows quickly. Storing data in a columnar format lets the reader read, decompress, and process only the values that are required for the current query. Because ORC files are type-aware, the writer chooses the most appropriate encoding for the type and builds an internal index as the file is written. Predicate pushdown uses those indexes to determine which stripes in a file need to be read for a particular query and the row indexes can narrow the search to a particular set of 10,000 rows. ORC supports the complete set of types in Hive, including the complex types: structs, lists, maps, and unions.
Built bydenisecheng
State complete
Volume DEFAULT
StartedTue, 16 Jan 2024 17:53:47 CST
CompletedTue, 16 Jan 2024 17:56:08 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/liborc.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/liborc.git?.#origin/master'}}
Tags
epol9-test-compose
RPMs
src
liborc-1.8.1-8.oc9.src.rpm (info) (download)
aarch64
liborc-devel-1.8.1-8.oc9.aarch64.rpm (info) (download)
liborc1-1.8.1-8.oc9.aarch64.rpm (info) (download)
liborc-debugsource-1.8.1-8.oc9.aarch64.rpm (info) (download)
liborc1-debuginfo-1.8.1-8.oc9.aarch64.rpm (info) (download)
x86_64
liborc-devel-1.8.1-8.oc9.x86_64.rpm (info) (download)
liborc1-1.8.1-8.oc9.x86_64.rpm (info) (download)
liborc-debugsource-1.8.1-8.oc9.x86_64.rpm (info) (download)
liborc1-debuginfo-1.8.1-8.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Mon Sep 18 2023 Miaojun Dong <zoedong@tencent.com> - 1.8.1-8 - Rebuild for protobuf-24.2 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.8.1-7 - Rebuilt for OpenCloudOS Stream 23.09 * Thu Sep 07 2023 jackeyji <jackeyji@tencent.com> - 1.8.1-6 - Rebuilt for protobuf 3.21.12 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.8.1-5 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.8.1-4 - Rebuilt for OpenCloudOS Stream 23 * Wed Dec 21 2022 Miaojun Dong <zoedong@tencent.com> - 1.8.1-3 - rebuild for protobuf-3.19 * Tue Dec 20 2022 Miaojun Dong <zoedong@tencent.com> - 1.8.1-2 - rebuild for protobuf-3.19 * Sun Dec 18 2022 Miaojun Dong <zoedong@tencent.com> - 1.8.1-1 - initial build