Re: can OrcSerde work with custom input format

2015-07-24 Thread Owen O'Malley
Using OrcSerde should work fine. .. Owen > On Jul 24, 2015, at 17:39, Jie Zhang wrote: > > Hi, > > My application is using hive extenal tables with ORC and needs some special > logic to filter out some input files. I was thinking to write a custom > InputFormat extending OrcInputFormat. >

can OrcSerde work with custom input format

2015-07-24 Thread Jie Zhang
Hi, My application is using hive extenal tables with ORC and needs some special logic to filter out some input files. I was thinking to write a custom InputFormat extending OrcInputFormat. create external table test1 (...) ROW FORMAT SERDE 'org.apache.hadoop.hive.ql.io.orc.OrcSerde' STORED AS I