Re: Bug in ORC file code? (OrcSerde)?

2016-10-19 Thread Ravi Prakash
MIchael! Although there is a little overlap in the communities, I strongly suggest you email u...@orc.apache.org ( https://orc.apache.org/help/ ) I don't know if you have to be subscribed to a mailing list to get replies to your email address. Ravi On Wed, Oct 19, 2016 at 11:29 AM, Michael

Re: Bug in ORC file code? (OrcSerde)?

2016-10-19 Thread Michael Segel
Just to follow up… This appears to be a bug in the hive version of the code… fixed in the orc library… NOTE: There are two different libraries. Documentation is a bit lax… but in terms of design… Its better to do the build completely in the reducer making the mapper code cleaner. > On

Bug in ORC file code? (OrcSerde)?

2016-10-19 Thread Michael Segel
Hi, Since I am not on the ORC mailing list… and since the ORC java code is in the hive APIs… this seems like a good place to start. ;-) So… Ran in to a little problem… One of my developers was writing a map/reduce job to read records from a source and after some filter, write the result