Re: Creating a standalone ORC serialization application

2015-11-13 Thread Prasanth Jayachandran
TestOrcFile will be a good place to start reading code for writing/reading using ORC writer/reader APIs. Your application should include hive-exec-x.x.x.jar as dependency. Thanks Prasanth > On Nov 13, 2015, at 11:49 AM, Tristram de Lyones wrote: > > Guys/Gals, > > I am looking to create a sta

Creating a standalone ORC serialization application

2015-11-13 Thread Tristram de Lyones
Guys/Gals, I am looking to create a standalone ORC serialization application in Java. Could I ask help from you to point me to what particular references or souce code would be good to review? I started with the Hive source and am reading the OrcFile class and working my way from there. Best Reg