orc-tools

Java command-line tools for reading and writing ORC files

brewmacoslinux
Try with needOr install directly
Source

About

ORC java command-line tools and utilities

Commands

orc-tools

Examples

Display metadata and schema information about an ORC file$ orc-tools meta /path/to/file.orc
Convert ORC file to JSON format$ orc-tools convert --format json /path/to/file.orc
Validate an ORC file for integrity and correctness$ orc-tools validate /path/to/file.orc