Hi, We have schema less avro bytes written to hbase cells, with schema id prefixed to the avro bytes, similar to kafka avro serializer in confluent schema registry. how can i customize HBaseSerDe to read it query the data from Hive.
I have found "hbase.struct.serialization.class" property but not able to identify which class and method to implement. Wondering anyone had same use case and solved this already. Any pointers would be of great help. Thanks, Yeshwanth Jagini