There currently isn't a way to do that. What are your requirements that would be easier with a custom codec? ORC uses the codecs in a very specific way so that it can support indexing. By default ORC indexes each 10k rows and the compression is done in blocks so that the reader can skip over blocks it does not need.
.. Owen On Wed, Apr 8, 2015 at 2:54 AM, Amar Mhatre <[email protected]> wrote: > Hi, > > > > This is my first post to this forum J > > > > I found the only ‘ZLIB, SNAPPY, LZO’ are supported. > > Is there a way to add custom splittable codec support for ORC file format > in hive. > > > > Thanks > > *Amar Mhatre * > > >
