Sat, 01 Jun 2024 13:30:27 UTC | login

Information for build liborc-1.7.6-2.fc37.rvre0

ID215015
Package Nameliborc
Version1.7.6
Release2.fc37.rvre0
Epoch
Sourcegit+http://fedora.riscv.rocks:3000/rpms/liborc.git#f72818ac5eeb1f463eb3276a6ce9c2a85a2dbc50
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 bydavidlt
State complete
Volume DEFAULT
StartedThu, 27 Oct 2022 10:24:24 UTC
CompletedThu, 27 Oct 2022 10:37:18 UTC
Taskbuild (f37, /rpms/liborc.git:f72818ac5eeb1f463eb3276a6ce9c2a85a2dbc50)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/liborc.git#f72818ac5eeb1f463eb3276a6ce9c2a85a2dbc50'}}
Tags
f37
f38
RPMs
src
liborc-1.7.6-2.fc37.rvre0.src.rpm (info) (download)
riscv64
liborc-devel-1.7.6-2.fc37.rvre0.riscv64.rpm (info) (download)
liborc1-1.7.6-2.fc37.rvre0.riscv64.rpm (info) (download)
liborc-debugsource-1.7.6-2.fc37.rvre0.riscv64.rpm (info) (download)
liborc1-debuginfo-1.7.6-2.fc37.rvre0.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Oct 27 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1.7.6-2.rvre0 - Rebuilt for Fedora/RISCV (riscv64) * Sun Sep 04 2022 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.7.6-2 - 1.7.6, fix shlib name * Thu Aug 18 2022 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.7.6-1 - 1.7.6 GA * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 21 2022 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.7.5-1 - 1.7.5 GA * Sun May 01 2022 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.7.4-1 - 1.7.4 GA * 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 Aug 27 2021 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.6.6-1 - New upstream release.