how to read an ORC file in scala without hadoop ecosystem

I have snappy.orc formatted data in a S3 bucket that i need to read into a scala application. I don't use non of the hadoop ecosystem components.

is there any way to read the file into the app without using hadoop?

I am using windows 10, JDK 1.8, scala-version 2.12.8

Tagged:

Comments