The Optimized Row Columnar (ORC) file format provides a highly efficient way to store Hive data.
I've seen this blog post by Hortonworks for support for ORC in Spark 1.2 through datasources. It covers version 1.2 and it …
apache-spark apache-spark-sql orcI have a Hive table where the data is stored as ORC. Now, when I run a select * query on …
hive orc