Re: protobuf 2.4.1 and ObjectInspector

2012-06-28 Thread kulkarni.swar...@gmail.com
Thanks Ed for your reply on this. I specifically have been working on enhancing the existing hbase hive integration to handle advanced proto/thrift structures and also logged [1] in the process. I wasn't able to use the existing ProtocolBuffersObjectInspector for this purpose as they extend the

protobuf 2.4.1 and ObjectInspector

2012-05-22 Thread kulkarni.swar...@gmail.com
I am trying to use the ReflectionStructObjectInspector to extract fields from a protobuf generated from 2.4.1 compiler. I am seeing that reflections fails to extract fields out of the generated protobuf class. Specifically, this code snippet: public static Field[]