Information for build liborc-1.8.2-1.el9
ID | 2111732 | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Package Name | liborc | ||||||||||||||||||||||||||||||||||||||||
Version | 1.8.2 | ||||||||||||||||||||||||||||||||||||||||
Release | 1.el9 | ||||||||||||||||||||||||||||||||||||||||
Epoch | |||||||||||||||||||||||||||||||||||||||||
Source | git+https://src.fedoraproject.org/rpms/liborc.git#858eb36e88046e6777490705e1b981e58228cb4c | ||||||||||||||||||||||||||||||||||||||||
Summary | Library for producing small, fast columnar storage for Hadoop workloads | ||||||||||||||||||||||||||||||||||||||||
Description | ORC 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 by | kkeithle | ||||||||||||||||||||||||||||||||||||||||
State | complete | ||||||||||||||||||||||||||||||||||||||||
Volume | DEFAULT | ||||||||||||||||||||||||||||||||||||||||
Started | Mon, 16 Jan 2023 21:38:42 UTC | ||||||||||||||||||||||||||||||||||||||||
Completed | Mon, 16 Jan 2023 21:43:54 UTC | ||||||||||||||||||||||||||||||||||||||||
Task | build (epel9-candidate, /rpms/liborc.git:858eb36e88046e6777490705e1b981e58228cb4c) | ||||||||||||||||||||||||||||||||||||||||
Extra | {'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/liborc.git#858eb36e88046e6777490705e1b981e58228cb4c'}} | ||||||||||||||||||||||||||||||||||||||||
Tags |
|
||||||||||||||||||||||||||||||||||||||||
RPMs |
|
||||||||||||||||||||||||||||||||||||||||
Logs | |||||||||||||||||||||||||||||||||||||||||
Changelog | * Sun Jan 16 2022 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 1.8.2-1 - 1.8.2 GA |