I'm using the hadoop java api to create an ORCFile outside of a mapreduce job. The Writer class for ORCFiles have a method addRow(Object row). My question is what type should I use for the "row" parameter if I want to be able to query this file using hive?
https://hive.apache.org/javadocs/r0.12.0/api/org/apache/hadoop/hive/ql/io/orc/Writer.html