Tue, 23 Apr 2024 20:25:58 UTC | login

Information for build liborc-1.6.6-2.el9s

ID36624
Package Nameliborc
Version1.6.6
Release2.el9s
Epoch
Sourcegit+https://git.centos.org/rpms/liborc.git#20b2473334475f02a8e090301aeb51f3c3c9da5f
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 bykkeithle
State complete
Volume DEFAULT
StartedThu, 13 Jan 2022 22:16:53 UTC
CompletedThu, 13 Jan 2022 22:20:17 UTC
Taskbuild (storage9s-ceph-pacific-el9s, /rpms/liborc.git:20b2473334475f02a8e090301aeb51f3c3c9da5f)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/liborc.git#20b2473334475f02a8e090301aeb51f3c3c9da5f'}}
Tags
storage9s-ceph-pacific-candidate
storage9s-ceph-pacific-release
storage9s-ceph-pacific-testing
storage9s-ceph-quincy-candidate
storage9s-ceph-quincy-release
storage9s-ceph-quincy-testing
RPMs
src
liborc-1.6.6-2.el9s.src.rpm (info) (download)
aarch64
liborc-devel-1.6.6-2.el9s.aarch64.rpm (info) (download)
liborc1-1.6.6-2.el9s.aarch64.rpm (info) (download)
ppc64le
liborc-devel-1.6.6-2.el9s.ppc64le.rpm (info) (download)
liborc1-1.6.6-2.el9s.ppc64le.rpm (info) (download)
x86_64
liborc-devel-1.6.6-2.el9s.x86_64.rpm (info) (download)
liborc1-1.6.6-2.el9s.x86_64.rpm (info) (download)
Logs
aarch64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
state.log
ppc64le
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
state.log
x86_64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
state.log
Changelog * Fri Jan 14 2022 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.6.6-2 - rebuild from lookaside * Fri Aug 27 2021 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.6.6-1 - New upstream release.