Re: How to read Protobuffers in Hive

2015-03-25 Thread Edward Capriolo
You may be able to use: https://github.com/edwardcapriolo/hive-protobuf (Use the branch not master) This code is based on the avro support. It works well even with nested objects. On Wed, Mar 25, 2015 at 12:28 PM, Lukas Nalezenec < lukas.naleze...@firma.seznam.cz> wrote: > Hi, > I am trying

How to read Protobuffers in Hive

2015-03-25 Thread Lukas Nalezenec
Hi, I am trying to write Serde + ObjectInspectors for reading Protobuffers in Hive. I tried to use class ProtocolBuffersStructObjectInspector from Hive but it last worked with old protobuffer version 2.3. I tried to use ObjectInspector from Twitter Elephant-bird but it does not work too. It l