Fri, 19 Apr 2024 05:48:50 UTC | login

Information for build liborc-1.7.4-1.el8s

ID39172
Package Nameliborc
Version1.7.4
Release1.el8s
Epoch
Sourcegit+https://git.centos.org/rpms/liborc.git#be9876d7df29b8cbbddbce72552ebdb27ae93529
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
StartedMon, 02 May 2022 00:05:46 UTC
CompletedMon, 02 May 2022 00:11:07 UTC
Taskbuild (storage8s-ceph-pacific-el8s, /rpms/liborc.git:be9876d7df29b8cbbddbce72552ebdb27ae93529)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/liborc.git#be9876d7df29b8cbbddbce72552ebdb27ae93529'}}
Tags
storage8s-ceph-pacific-candidate
storage8s-ceph-pacific-release
storage8s-ceph-pacific-testing
storage8s-ceph-quincy-candidate
storage8s-ceph-quincy-release
storage8s-ceph-quincy-testing
RPMs
src
liborc-1.7.4-1.el8s.src.rpm (info) (download)
aarch64
liborc-devel-1.7.4-1.el8s.aarch64.rpm (info) (download)
liborc1-1.7.4-1.el8s.aarch64.rpm (info) (download)
liborc-debugsource-1.7.4-1.el8s.aarch64.rpm (info) (download)
liborc1-debuginfo-1.7.4-1.el8s.aarch64.rpm (info) (download)
ppc64le
liborc-devel-1.7.4-1.el8s.ppc64le.rpm (info) (download)
liborc1-1.7.4-1.el8s.ppc64le.rpm (info) (download)
liborc-debugsource-1.7.4-1.el8s.ppc64le.rpm (info) (download)
liborc1-debuginfo-1.7.4-1.el8s.ppc64le.rpm (info) (download)
x86_64
liborc-devel-1.7.4-1.el8s.x86_64.rpm (info) (download)
liborc1-1.7.4-1.el8s.x86_64.rpm (info) (download)
liborc-debugsource-1.7.4-1.el8s.x86_64.rpm (info) (download)
liborc1-debuginfo-1.7.4-1.el8s.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 * Sun May 01 2022 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.7.4-1 - 1.7.4 GA * Thu Feb 24 2022 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.7.3-3 - 1.7.3, rebuild with protobuf-3.19.0 for libarrow-7.0.0 * Tue Feb 15 2022 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.7.3-2 - 1.7.3, fix SO_NAME * Thu Feb 10 2022 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.7.3-1 - 1.7.3 GA * Fri Jan 14 2022 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.6.6-4 - rebuild with "correct" protobuf for needed for grpc, again * Fri Jan 14 2022 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.6.6-3 - rebuild with "correct" protobuf for needed for grpc * Thu Jan 13 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.